Remove config, YAGNI
This commit is contained in:
parent
63d9081e07
commit
5e262deda6
5 changed files with 15 additions and 165 deletions
|
@ -403,7 +403,8 @@ def test_auth_scopes():
|
|||
tmp_state.set_user_scope(id, state.AuthScope.MATCHER)
|
||||
assert tmp_state.get_user_has_scope(id, state.AuthScope.MATCHER)
|
||||
|
||||
tmp_state.validate()
|
||||
# Validate the state by constucting a new one
|
||||
_ = state.State(tmp_state._dict)
|
||||
|
||||
|
||||
def test_iterate_all_shifts():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue