Skip to content

Commit

Permalink
Fix get_dataset_info_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dref360 committed Jan 22, 2024
1 parent ff5659f commit adddee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_routers/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_get_dataset_info(app: FastAPI) -> None:
"dataActions": ALL_DATA_ACTION_FILTERS,
"similarityAvailable": True,
"smartTags": ALL_SMART_TAG_FILTERS,
"modelAveragingAvailable": False,
}


Expand Down

0 comments on commit adddee6

Please sign in to comment.