fixing test_get_wbconf

This commit is contained in:
Cayo Puigdefabregas 2021-04-12 12:31:07 +02:00
parent 3be8678328
commit 1620591deb
1 changed files with 2 additions and 1 deletions

View File

@ -654,4 +654,5 @@ def test_get_wbconf(user: UserClient):
assert 'WB_ERASE = False' in env
env, _ = user.get(res=documents.DocumentDef.t, item='wbconf/usodywipe', accept=ANY)
assert 'WB_ERASE = True' in env
assert 'WB_ERASE = False' in env
# assert 'WB_ERASE = True' in env