File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def create_project_path(name, mc):
8686def mc ():
8787 assert SERVER_URL and SERVER_URL .rstrip ("/" ) != "https://app.merginmaps.com"
8888
89- if API_USER != "" and USER_PWD != "" : # if API_USER and USER_PWD is provided we log in user and use him for tests
89+ if API_USER and USER_PWD : # if API_USER and USER_PWD is provided we log in user and use him for tests
9090 user = API_USER
9191 password = USER_PWD
9292
@@ -121,7 +121,7 @@ def mc():
121121def mc2 ():
122122 assert SERVER_URL and SERVER_URL .rstrip ("/" ) != "https://app.merginmaps.com"
123123
124- if API_USER2 != "" and USER_PWD2 != "" :
124+ if API_USER2 and USER_PWD2 : # if API_USER2 and USER_PWD2 is provided we log in user and use him for tests
125125 user = API_USER2
126126 password = USER_PWD2
127127
You can’t perform that action at this time.
0 commit comments