Skip to content

Commit

Permalink
fix incorrect delimiter location
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Oct 17, 2023
1 parent ec25d2c commit aa24ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Backup/test_backup_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_backup_append_id(self):

self.count = savebackup(self.directory.path, "json", self.exclude, self.token, "", True)

self.assertTrue(Path(f"{self.directory.path}/Compliance Policies/Policies/test__iosCompliancePolicy_0.json").exists())
self.assertTrue(Path(f"{self.directory.path}/Compliance Policies/Policies/test_iosCompliancePolicy__0.json").exists())


if __name__ == "__main__":
Expand Down

0 comments on commit aa24ecc

Please sign in to comment.