Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit f2972d6

Browse files
committed
Fix assertion
1 parent 62c2882 commit f2972d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/access_codes/test_access_codes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def test_access_codes_create_wait_for_code(seam: Seam):
5353
seam.access_codes.create(
5454
some_device.device_id, "Test code", "4445", wait_for_code=True, starts_at="3001-01-01", ends_at="3001-01-03"
5555
)
56-
assert "status is unknown" in str(excinfo.value)
56+
assert "future time bound code" in str(excinfo.value)

0 commit comments

Comments
 (0)