Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermak committed Sep 13, 2024
1 parent 7904437 commit 6a21b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_aerie_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_no_version_endpoint():
with pytest.raises(RuntimeError) as e:
aerie_host.check_aerie_version()

assert "Unknown Aerie host version" in str(e.value)
assert "Incompatible Aerie version: host version unknown" in str(e.value)


def test_version_broken_gateway():
Expand Down

0 comments on commit 6a21b71

Please sign in to comment.