Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski authored Sep 12, 2024
1 parent 668b669 commit 21f5af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_dynamic_info_firecrest_version(
assert result == "10.10.10"

# raise BadParameter if the version is not supported
with pytest.raises(BadParameter, match=r".*FirecREST api version 0.0.0 is not supported.*")):
with pytest.raises(BadParameter, match=r".*FirecREST api version 0.0.0 is not supported.*"):
_dynamic_info_firecrest_version(ctx, None, "0.0.0")

# raise BadParameter if the input is nonsense, latest, stable, etc.
Expand Down

0 comments on commit 21f5af6

Please sign in to comment.