Skip to content

Commit 86f0c41

Browse files
committed
Add missing quotes
1 parent 6792f93 commit 86f0c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_yaml_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
1414
os.environ["MIRAGE_DATA"] = __location__
1515
os.environ["CRDS_PATH"] = os.path.join(__location__, "temp")
16-
os.environ["CRDS_SERVER_URL"] = https://jwst-crds.stsci.edu
16+
os.environ["CRDS_SERVER_URL"] = "https://jwst-crds.stsci.edu"
1717

1818
import numpy as np
1919
import pytest

0 commit comments

Comments
 (0)