Compare commits
2 Commits
b91c04774d
...
3bd09a9ef4
Author | SHA1 | Date | |
---|---|---|---|
3bd09a9ef4 | |||
f228527c65 |
@ -36,7 +36,7 @@ class BaseTester:
|
|||||||
self.user = user
|
self.user = user
|
||||||
self.passwd = passwd
|
self.passwd = passwd
|
||||||
if dev:
|
if dev:
|
||||||
self.base_url = "https://crm.staging.caat.org.uk"
|
self.base_url = "https://crm.dev.caat.org.uk"
|
||||||
else:
|
else:
|
||||||
self.base_url = "https://crm.staging.caat.org.uk"
|
self.base_url = "https://crm.staging.caat.org.uk"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user