We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca530f7 commit f3daad9Copy full SHA for f3daad9
services/web/server/tests/unit/with_dbs/03/tags/test_tags.py
@@ -86,7 +86,7 @@ async def test_tags_to_studies(
86
share_state=ProjectShareStateOutputSchema(
87
locked=False, status=ProjectStatus.CLOSED, current_user_groupids=[]
88
),
89
- state=ProjectRunningState(value=RunningState.UNKNOWN),
+ state=ProjectRunningState(value=RunningState.NOT_STARTED),
90
91
exclude_unset=True,
92
)
0 commit comments