Skip to content

Commit

Permalink
Update tests/test_SST1DBLoader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage authored Sep 4, 2024
1 parent d60a175 commit 0643a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_SST1DBLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@pytest.fixture(autouse=True,scope='module')
def sstdb():
try:
catalog = tiled.client.from_profile('rsoxs')
client = tiled.client.from_profile('rsoxs')
except tiled.profiles.ProfileNotFound:
import os
api_key = os.environ['TILED_API_KEY']
Expand Down

0 comments on commit 0643a5b

Please sign in to comment.