Skip to content

Commit

Permalink
hack test
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 committed Dec 7, 2023
1 parent ddeffd2 commit 6a7ad27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _check_call(self, cmd):
def fake_shell(mocker):
s = mocker.patch('GangaCore.GPIDev.Credentials.VomsProxy.VomsProxyInfo.shell', FakeShell())
mocker.patch('GangaCore.GPIDev.Adapters.ICredentialInfo.os.path.exists', return_value=True)
mocker.patch('GangaCore.GPIDev.Credentials.AfsToken.exists', return_value=True)
mocker.patch('GangaCore.GPIDev.Credentials.AfsToken.AfsTokenInfo.exists', return_value=True)
mocker.patch('GangaCore.GPIDev.Credentials.CredentialStore.CredentialStore.enable_caching', False)
yield s

Expand Down

0 comments on commit 6a7ad27

Please sign in to comment.