connection=DataCatConnection(self.url,self.user,self.password)# creates token on __init__
connection=DataCatConnection(self.url,self.user,self.password)# creates token on __init__
...
@@ -81,7 +107,7 @@ class ConnectionTest(TestCase):
...
@@ -81,7 +107,7 @@ class ConnectionTest(TestCase):
# may fail in future when the testing instance is moved or redeployed - test may need to be updated in that case, since the tested entry may no longer exist
# may fail in future when the testing instance is moved or redeployed - test may need to be updated in that case, since the tested entry may no longer exist
data["A"]={"conn_type":"http","port":"443","some_public_extra":"12345","some_other_extra_to_be_overwritten_by_secret":"this should not be shown with secrets"}