test: use unique IP to prevent future conflict with other tests
This commit is contained in:
parent
e877d926eb
commit
b385fae2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class TestUser(FrappeTestCase):
|
|||
frappe.local.cookie_manager = CookieManager()
|
||||
frappe.local.login_manager = LoginManager()
|
||||
# used by rate limiter when calling reset_password
|
||||
frappe.local.request_ip = "127.0.0.1"
|
||||
frappe.local.request_ip = "127.0.0.69"
|
||||
frappe.db.set_single_value("System Settings", "password_reset_limit", 6)
|
||||
|
||||
frappe.set_user("testpassword@example.com")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue