Skip to content

Commit

Permalink
test: validate test models against the JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 6, 2023
1 parent 3f86c98 commit 0a8b8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_list_registered_names(charm_client, content, expected):
),
pytest.param(
b"""{"revisions":[{
"created_at": "2000-01-01T00:00:00",
"created-at": "2000-01-01T00:00:00",
"revision": 1,
"sha3-384": "its_a_fake",
"status": "statusy",
Expand All @@ -171,7 +171,7 @@ def test_list_registered_names(charm_client, content, expected):
),
pytest.param(
b"""{"revisions":[{
"created_at": "2000-01-01T00:00:00",
"created-at": "2000-01-01T00:00:00",
"revision": 1,
"sha3-384": "its_a_fake",
"status": "statusy",
Expand Down

0 comments on commit 0a8b8f2

Please sign in to comment.