Skip to content

Commit

Permalink
Use DKRZ OpenID service because LLNL one has been retired
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Jan 24, 2024
1 parent 145aeb4 commit 287dec7
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 287dec7

Please sign in to comment.