Skip to content

Commit

Permalink
delete unauth test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzbeta Pokorna committed Jan 7, 2025
1 parent 096e1a3 commit aea18ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions oarepo_model_builder_tests/templates/test_resource.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ def test_create(
created_responses.append(
client_with_credentials.post(f"{base_urls['base_url']}", json=sample_metadata_point)
)
with app.test_client() as unauth_client:
unauth_response = unauth_client.post(
f"{base_urls['base_url']}", json=sample_metadata_point
)
assert response_code_ok("create", False, unauth_response, 201)
assert all(
[
response_code_ok("create", True, new_response, 201)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-model-builder-tests
version = 4.0.8
version = 4.0.9
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit aea18ad

Please sign in to comment.