Skip to content

Commit 176fede

Browse files
committed
fix test
1 parent 9bbdb6b commit 176fede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/tags/test_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def test_tags_to_studies(
8686
share_state=ProjectShareStateOutputSchema(
8787
locked=False, status=ProjectStatus.CLOSED, current_user_groupids=[]
8888
),
89-
state=ProjectRunningState(value=RunningState.UNKNOWN),
89+
state=ProjectRunningState(value=RunningState.NOT_STARTED),
9090
),
9191
exclude_unset=True,
9292
)

0 commit comments

Comments
 (0)