Skip to content

Commit

Permalink
update tests so they fit new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Aug 13, 2024
1 parent 5c21aa2 commit 888f076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,7 @@ def request_callback(request):


@with_mocked_auth
@with_mocked_reporting
@pytest.mark.parametrize(
"spatial_extent,temporal_extent",
[
Expand Down Expand Up @@ -1882,6 +1883,7 @@ def test_describe_account(app_client, example_authorization_header_with_oidc):


@with_mocked_auth
@with_mocked_reporting
@pytest.mark.parametrize(
"spatial_extent, is_error",
[
Expand Down
4 changes: 2 additions & 2 deletions tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def test_collections_provider(url, directory, expected_collection_ids):
],
},
{"Authorization": "Bearer oidc/egi/<token>"},
True,
CredentialsInvalid,
False,
None,
None,
),
(
Expand Down

0 comments on commit 888f076

Please sign in to comment.