Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
panta-123 committed Feb 11, 2025
1 parent 3a2f2ab commit 042963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multi_vo.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_auth_oidc(
get_jwks_content):

dynamic_mock_data = {}
dynamic_mock_data[long_vo] = mock_idpsecrets_multi_vo['def']
dynamic_mock_data[vo] = mock_idpsecrets_multi_vo['def']
dynamic_mock_data[second_vo] = mock_idpsecrets_multi_vo['new']
print(dynamic_mock_data)
with tempfile.NamedTemporaryFile(mode="w", delete=True, suffix=".json") as tmp_file:
Expand Down

0 comments on commit 042963c

Please sign in to comment.