Skip to content

Commit

Permalink
Make sonarcloud happy with https in test
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Nov 21, 2024
1 parent 8a3ad2e commit e0bb148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acapy_agent/anoncreds/tests/test_revocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ async def test_upload_tails_file(self):
None,
mock.MagicMock(
upload_tails_file=mock.CoroutineMock(
return_value=(True, "http://tails-server.com")
return_value=(True, "https://tails-server.com")
)
),
]
Expand Down

0 comments on commit e0bb148

Please sign in to comment.