Skip to content

Commit a3a5ac8

Browse files
readded init_db requirement
1 parent 330fdf6 commit a3a5ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/tests/basic_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def test_authorization_code(client, init_db):
800800
assert f'code={auth_code.code}' in response_str
801801

802802

803-
def test_authorization_code_grant(client):
803+
def test_authorization_code_grant(client, init_db):
804804
with client:
805805
# look up the authorization_code from the previous test:
806806
auth_code = models.AuthorizationCode.query.filter_by(tenant_id=TEST_TENANT_ID,

0 commit comments

Comments
 (0)