Skip to content

Commit 49cb105

Browse files
committed
Replaced the e2e test for testing
1 parent 673a9b2 commit 49cb105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
continue-on-error: true
6868
run: |
6969
poetry run python -m pytest \
70-
tests/e2e/test_driver.py::TestPySQLCoreSuite::test_escape_single_quotes \
70+
tests/e2e/test_parameterized_queries.py::TestParameterizedQueries::test_readme_example \
7171
--cov=src --cov-report=xml --cov-report=term -v
7272
#----------------------------------------------
7373
# check for coverage override

src/databricks/sql/auth/authenticators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ def header_factory() -> Dict[str, str]:
232232

233233
return headers
234234

235-
return header_factory
235+
return header_factory

0 commit comments

Comments
 (0)