Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienegri committed Nov 7, 2024
1 parent 7bcc282 commit 9f27b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def testApiWorker_NamespaceRejectedIfWrongEnv(filesDir):
assert valid is False
assert msg == "Namespace test.no.staging does not match the env "

# env is prod
# env is dev
passWorker._conf.env_string = "dev"

# Valid XML
Expand Down

0 comments on commit 9f27b99

Please sign in to comment.