Skip to content

Commit

Permalink
test: remove print statement
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com>
  • Loading branch information
MRichards99 and VKTB authored Dec 6, 2021
1 parent 8508af0 commit 67a119b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/datagateway_api/icat/test_icat_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def test_client_use(
):
class MockClient:
def __init__(url, checkCert=True): # noqa
print(f"URL: {url}, Cert: {checkCert}")
# Would've preferred to assign these values to self but this didn't
# seem to be possible
Client.url = f"{url}/ICATService/ICAT?wsdl"
Expand Down

0 comments on commit 67a119b

Please sign in to comment.