Skip to content

Commit 018125f

Browse files
Update tests/conftest.py
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 3ab3e99 commit 018125f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def table_schema_with_all_types() -> Schema:
354354
)
355355

356356

357-
@pytest.fixture(params=["abfss", "wasbs"])
357+
@pytest.fixture(params=["abfs", "abfss", "wasb", "wasbs"])
358358
def adls_scheme(request: pytest.FixtureRequest) -> str:
359359
return request.param
360360

0 commit comments

Comments
 (0)