Close full operational audit findings
This commit is contained in:
@@ -248,8 +248,8 @@ def test_project_list_supports_exact_canonical_workspace_lookup(monkeypatch) ->
|
||||
project_id = uuid4()
|
||||
captured: dict = {}
|
||||
|
||||
def fake_list(_db, *, limit, offset, name):
|
||||
captured.update(limit=limit, offset=offset, name=name)
|
||||
def fake_list(_db, *, limit, offset, name, project_status):
|
||||
captured.update(limit=limit, offset=offset, name=name, project_status=project_status)
|
||||
return [
|
||||
ProjectRead(
|
||||
id=project_id,
|
||||
@@ -271,6 +271,7 @@ def test_project_list_supports_exact_canonical_workspace_lookup(monkeypatch) ->
|
||||
"limit": 1,
|
||||
"offset": 0,
|
||||
"name": "Kempen Regional Workbench",
|
||||
"project_status": "active",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user