Skip to content

Commit

Permalink
lintage
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 10, 2024
1 parent cb4d2b9 commit 947fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_bundle_roundtrip(self, signing_bundle):
def test_bundle_missing_signed_time(self, signing_bundle):
with pytest.raises(
InvalidBundle,
match="bundle must contain an inclusion promise or signed timestamp\(s\)",
match=r"bundle must contain an inclusion promise or signed timestamp\(s\)",
):
signing_bundle("bundle_v3_no_signed_time.txt")

Expand Down

0 comments on commit 947fded

Please sign in to comment.