Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienegri committed Oct 18, 2024
1 parent aa83811 commit 467f6fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_api/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ def testApiWorker_ParentNamespaceReplacement(filesDir):
valid, msg, data = badparentWorker.validate(badparentData)
assert valid is False
assert (
msg
== "Malformed parent dataset identifier [b'64db6102-14ce-41e9-b93b-61dbb2cb8b4e']"
msg == "Malformed parent dataset identifier [b'64db6102-14ce-41e9-b93b-61dbb2cb8b4e']"
)


Expand Down

0 comments on commit 467f6fd

Please sign in to comment.