Bump pre-commit black to 22.1.0
[integration/test.git] / csit / variables / Variables.py
index 9f519658f0413b16fb6d6f85244a403c3a3e9bea..b4043b73c9abe156f638b445b9d6ae2b783724fd 100644 (file)
@@ -189,7 +189,7 @@ USER = (  # TODO: who is using this?  Can we make it more specific? (e.g.  RESTC
 )
 PWD = "admin"
 PASSWORD = "EMPTY"
-AUTH = [u"admin", u"admin"]
+AUTH = ["admin", "admin"]
 SCOPE = "sdn"
 HEADERS = {"Content-Type": "application/json"}
 # FIXME: keep it as 'application/json' to make it work for both Bierman02