Skip to content

Commit e1f1c05

Browse files
committed
duplicated test
1 parent 6e67c7e commit e1f1c05

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/multi_tenant_b2c/test_multi_tenant.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,6 @@ async def test_no_keys_to_decode_with(multi_tenant_app, mock_openid_and_empty_ke
121121
assert response.json() == {'detail': 'Unable to verify token, no signing keys found'}
122122

123123

124-
@pytest.mark.anyio
125-
async def test_no_keys_to_decode_with(multi_tenant_app, mock_openid_and_empty_keys):
126-
async with AsyncClient(
127-
app=app, base_url='http://test', headers={'Authorization': 'Bearer ' + build_access_token(version=2)}
128-
) as ac:
129-
response = await ac.get('api/v1/hello')
130-
assert response.json() == {'detail': 'Unable to verify token, no signing keys found'}
131-
132-
133124
@pytest.mark.anyio
134125
async def test_normal_user_rejected(multi_tenant_app, mock_openid_and_keys):
135126
async with AsyncClient(

0 commit comments

Comments
 (0)