From 6fc44ea46f2cf2d7163205b3c9d7f003b96dbdd3 Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Mon, 2 Dec 2024 15:54:42 +0100 Subject: [PATCH] fix: forgot black reformat --- tests/integration/study_data_blueprint/test_table_mode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/study_data_blueprint/test_table_mode.py b/tests/integration/study_data_blueprint/test_table_mode.py index 6d3930f224..04fc21c47a 100644 --- a/tests/integration/study_data_blueprint/test_table_mode.py +++ b/tests/integration/study_data_blueprint/test_table_mode.py @@ -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: