Skip to content

Commit

Permalink
TST: Update test for python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 23, 2024
1 parent b357580 commit 330ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_start_command_with_revision_tag_override_when_revision_tag_environment_
]
):
with ServicePatcher():
with self.assertLogs(level=logging.WARNING) as logging_context:
with self.assertLogs() as logging_context:
result = CliRunner().invoke(octue_cli, ["start", "--revision-tag=hello", "--timeout=0"])

self.assertEqual(
Expand Down

0 comments on commit 330ea82

Please sign in to comment.