Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion otava/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def create_postgres_test_config(test_name: str, test_info: Dict) -> PostgresTest
raise TestConfigError(f"Configuration key not found in test {test_name}: {e.args[0]}")


def create_bigquery_test_config(test_name: str, test_info: Dict) -> PostgresTestConfig:
def create_bigquery_test_config(test_name: str, test_info: Dict) -> BigQueryTestConfig:
try:
time_column = test_info.get("time_column", "time")
attributes = test_info.get("attributes", [])
Expand Down