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

Commit

Permalink
Rename StorageClient -> StorageService
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Mar 14, 2023
1 parent 9907734 commit fe87182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/spe1_st/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

@pytest.fixture(scope="session")
def get_info():
from ert.services import StorageClient
from ert.services import StorageService

with StorageClient.start_server() as service:
with StorageService.start_server() as service:
yield service.fetch_url(), service.fetch_auth()[1]


Expand Down

0 comments on commit fe87182

Please sign in to comment.