There was an error while loading. Please reload this page.
1 parent 6792f93 commit 86f0c41Copy full SHA for 86f0c41
1 file changed
tests/test_yaml_generator.py
@@ -13,7 +13,7 @@
13
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
14
os.environ["MIRAGE_DATA"] = __location__
15
os.environ["CRDS_PATH"] = os.path.join(__location__, "temp")
16
-os.environ["CRDS_SERVER_URL"] = https://jwst-crds.stsci.edu
+os.environ["CRDS_SERVER_URL"] = "https://jwst-crds.stsci.edu"
17
18
import numpy as np
19
import pytest
0 commit comments