Skip to content

Commit

Permalink
Merge pull request #101 from bouweandela/fix-test
Browse files Browse the repository at this point in the history
Use DKRZ OpenID service because LLNL one has been retired
  • Loading branch information
valeriupredoi authored Jan 24, 2024
2 parents 145aeb4 + 287dec7 commit 4bb9b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_ats.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
from unittest import TestCase
import pytest

ESGF_ATS_URL = ats_url('https://esgf-node.llnl.gov')
TEST_OPENID = os.environ.get('LLNL_OPENID')
TEST_USER_DETAILS = os.environ.get('LLNL_NAME', '').split()
ESGF_ATS_URL = ats_url('https://esgf-data.dkrz.de')
TEST_OPENID = os.environ.get('DKRZ_OPENID')
TEST_USER_DETAILS = os.environ.get('DKRZ_NAME', '').split()


class TestATS(TestCase):
Expand Down

0 comments on commit 4bb9b73

Please sign in to comment.