Skip to content

Commit

Permalink
tests: annotations must be strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Van Bouwel committed Jan 6, 2025
1 parent bf0fe38 commit 70a70eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,6 @@ def test_k8s_s3_profiles_and_token_must_be_cleanable(backend_config_path, fast_s
# We can only clean files if we know they are stale
assert app_dict == dirty_equals.IsPartialDict(
metadata=dirty_equals.IsPartialDict(
annotations=dirty_equals.IsPartialDict(created_at=test_timestamp_epoch)
annotations=dirty_equals.IsPartialDict(created_at=str(test_timestamp_epoch))
),
)

0 comments on commit 70a70eb

Please sign in to comment.