Skip to content

Commit

Permalink
fix dummy ewms
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jan 28, 2025
1 parent 56f75a6 commit 4771373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/dummy_ewms.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def dummy_query_taskforces():
resp = {
"taskforces": [
{
"taskforce": f"TF-{workflow_id}",
"taskforce_uuid": f"TF-{workflow_id}",
"phase": "the-best-phase-ever",
}
]
Expand Down

0 comments on commit 4771373

Please sign in to comment.