Skip to content

Commit f34b92b

Browse files
author
Wout Feys
committed
Use another dog name to test no_fw
1 parent 01a60d3 commit f34b92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end2end/flask_mongo_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_create_dog_fw():
1616
assert "created successfully" in res.text
1717
assert res.status_code == 200
1818
def test_create_dog_no_fw():
19-
dog_name = "bobby_tables"
19+
dog_name = "bobby_tables2"
2020
pswd = "bobby123"
2121
res = requests.post(post_url_nofw, data={'dog_name': dog_name, 'pswd': pswd})
2222
print(res.text)

0 commit comments

Comments
 (0)