Skip to content

Commit

Permalink
fix: forgot black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Dec 2, 2024
1 parent 97d9608 commit 6fc44ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/study_data_blueprint/test_table_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ def test_table_type_aliases(client: TestClient, user_access_token: str) -> None:
res = client.get(f"/v1/table-schema/{table_type}")
assert res.status_code == 200, f"Failed to get schema for {table_type}: {res.json()}"


def get_table_mode_link_test_data(version: StudyVersion):
"""Generates the JSON data and expected_links based on the version for the link tests"""
if version < STUDY_VERSION_8_2:
Expand Down

0 comments on commit 6fc44ea

Please sign in to comment.