Skip to content

Commit

Permalink
refactor: delete of XXX_FETCHED
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kakuko authored Oct 9, 2024
1 parent 57181f5 commit 5633bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/oqtopus_cloud/user/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def insert_initial_data(db: Session):
simulation_opt=None,
ro_error_mitigation="none",
note=None,
status="QUEUED_FETCHED",
status="QUEUED",
created_at=datetime(2024, 3, 4, 12, 34, 56),
),
]
Expand Down

0 comments on commit 5633bc5

Please sign in to comment.