user name api test

This commit is contained in:
vabene1111
2021-03-12 10:16:51 +01:00
parent e8f7caebd1
commit d767743b64
6 changed files with 71 additions and 47 deletions

View File

@ -43,7 +43,6 @@ def test_list_space(obj_1, obj_2, u1_s1, u1_s2, space_2):
def test_list_filter(obj_1, obj_2, u1_s1):
# verify storage is returned
r = u1_s1.get(reverse(LIST_URL))
assert r.status_code == 200
response = json.loads(r.content)