Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Aug 9, 2024
1 parent cb3460f commit 920c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/network/test_integration_6_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_client_processing_processor():
]
)
# TODO: Do a better result check
assert result.output.count("Processing job id:") == 1
assert result.output.count(f"{JobState.success}") == 1


def test_client_processing_workflow():
Expand Down

0 comments on commit 920c1a9

Please sign in to comment.