This commit is contained in:
Cayo Puigdefabregas 2022-06-01 15:04:04 +02:00
parent f58993c9d1
commit 8ea0f028d6
1 changed files with 2 additions and 2 deletions

View File

@ -858,7 +858,7 @@ def test_action_allocate_deallocate_error(user3: UserClientFlask):
}
user3.post(uri, data=data)
assert len(dev.actions) == 14
assert len(dev.actions) == 11
@pytest.mark.mvp
@ -881,7 +881,7 @@ def test_action_allocate_deallocate_error2(user3: UserClientFlask):
uri = '/inventory/action/allocate/add/'
user3.post(uri, data=data)
assert len(dev.actions) == 13
assert len(dev.actions) == 11
data = {
'csrf_token': generate_csrf(),