Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fevac committed May 3, 2023
1 parent 79109c7 commit b35fe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/tower/test_tower_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_tower_api_is_pending(tower_id: str, response_file: Path, expected_bool:
@pytest.mark.parametrize(
"response_file, expected_nr_total_jobs",
[
# (TowerResponseFile.PENDING, 0),
(TowerResponseFile.PENDING, 0),
(TowerResponseFile.RUNNING, 13),
(TowerResponseFile.COMPLETED, 13),
],
Expand Down

0 comments on commit b35fe34

Please sign in to comment.