From 67a119b751ac9245b94595a7bc7b669a5c917ecd Mon Sep 17 00:00:00 2001 From: Matthew Richards <32678030+MRichards99@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:42:27 +0000 Subject: [PATCH] test: remove print statement Co-authored-by: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com> --- test/datagateway_api/icat/test_icat_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/datagateway_api/icat/test_icat_client.py b/test/datagateway_api/icat/test_icat_client.py index 3261ad8c..850dfc1b 100644 --- a/test/datagateway_api/icat/test_icat_client.py +++ b/test/datagateway_api/icat/test_icat_client.py @@ -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"