Remove config, YAGNI

This commit is contained in:
Marc Di Luzio 2024-08-16 23:15:43 +01:00
parent 63d9081e07
commit 5e262deda6
5 changed files with 15 additions and 165 deletions

View file

@ -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():