--dev points to dev now
This commit is contained in:
parent
c7e9b7e0b6
commit
f228527c65
@ -35,7 +35,7 @@ class BaseTester:
|
||||
self.user = user
|
||||
self.passwd = passwd
|
||||
if dev:
|
||||
self.base_url = "https://crm.staging.caat.org.uk"
|
||||
self.base_url = "https://crm.dev.caat.org.uk"
|
||||
else:
|
||||
self.base_url = "https://crm.staging.caat.org.uk"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user