File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -119,5 +119,6 @@ jobs:
119119 SCW_DEFAULT_PROJECT_ID : ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
120120 SCW_DEFAULT_ORGANIZATION_ID : ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
121121 SCW_DEFAULT_REGION : ${{ secrets.SCW_DEFAULT_REGION }}
122+ SCW_DEFAULT_ZONE : ${{ secrets.SCW_DEFAULT_ZONE }}
122123 run : poetry run python -m unittest discover -s tests -v
123124
Original file line number Diff line number Diff line change 2222class TestE2EServerCreation (unittest .TestCase ):
2323 def setUp (self ) -> None :
2424 self .zone = zone
25- self .client = Client .from_config_file_and_env ()
25+ self .client = Client .from_env ()
2626 self .instanceAPI = InstanceV1API (self .client , bypass_validation = True )
2727 self .blockAPI = BlockV1Alpha1API (self .client , bypass_validation = True )
2828 self ._server = None
You can’t perform that action at this time.
0 commit comments