Skip to content

Commit e76c24f

Browse files
committed
Fix Breeze unit test
1 parent d4f9d33 commit e76c24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/breeze/tests/test_selective_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ def assert_outputs_are_printed(expected_outputs: dict[str, str], stderr: str):
10421042
"providers-test-types-list-as-strings-in-json": ALL_PROVIDERS_SELECTIVE_TEST_TYPES_AS_JSON,
10431043
"testable-core-integrations": "['kerberos', 'redis']",
10441044
"testable-providers-integrations": "['celery', 'cassandra', 'drill', 'tinkerpop', 'kafka', "
1045-
"'mongo', 'pinot', 'qdrant', 'redis', 'trino', 'ydb']",
1045+
"'localstack', 'mongo', 'pinot', 'qdrant', 'redis', 'trino', 'ydb']",
10461046
"run-mypy": "true",
10471047
"mypy-checks": ALL_MYPY_CHECKS,
10481048
},

0 commit comments

Comments
 (0)