Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Heisterkamp committed Sep 30, 2022
1 parent adc7d97 commit d274939
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cluster/mount/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ def prepare_environment():
)

# This is an abbreviation to access the storage account
TableConfigurator().set_extra(storageAccount=f"abfss://silver@{storageAccount}")
TableConfigurator().register(
"storageAccount", dict(name=f"abfss://silver@{storageAccount}")
)

0 comments on commit d274939

Please sign in to comment.