Skip to content

Commit

Permalink
remove unnecessary mark
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbohnen committed Oct 28, 2022
1 parent 7c7303b commit ef7853e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pytest
from passlib.hash import pbkdf2_sha256
from quetz_sql_authenticator.api import _calculate_hash
from quetz_sql_authenticator.db_models import Credentials
Expand Down Expand Up @@ -176,7 +175,6 @@ def test_get_all_users_unauthorized(member_client):
assert "this operation requires owner or maintainer roles" in response.text


@pytest.mark.support_sqlalchemy_rollback(True)
def test_double_create(owner_client, testuser, testpassword):
response = owner_client.post(
f"/api/sqlauth/credentials/{testuser}?password={testpassword}",
Expand Down

0 comments on commit ef7853e

Please sign in to comment.