fixed test render wbsettings
This commit is contained in:
parent
3a2e0bd61a
commit
3c02a5480f
|
@ -862,7 +862,6 @@ def test_wb_settings_register(user3: UserClientFlask):
|
||||||
body, status = user3.get(uri)
|
body, status = user3.get(uri)
|
||||||
|
|
||||||
assert status == '200 OK'
|
assert status == '200 OK'
|
||||||
assert "WB_BENCHMARK = False" in body
|
assert "TOKEN = " in body
|
||||||
assert "WB_ERASE = \n" in body
|
assert "URL = https://" in body
|
||||||
assert "WB_ERASE_STEPS = 0" in body
|
assert "/api/inventory/" in body
|
||||||
assert "WB_ERASE_LEADING_ZEROS = False" in body
|
|
||||||
|
|
Reference in New Issue