Skip to content

Commit

Permalink
Remove tutorial ep defaults in test configs for GCE tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Oct 17, 2024
1 parent 81a19cb commit 068258d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsl/tests/configs/globus_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

def fresh_config():

endpoint_id = os.environ.get("GLOBUS_COMPUTE_ENDPOINT",
"4b116d3c-1703-4f8f-9f6f-39921e5864df")
endpoint_id = os.environ.get["GLOBUS_COMPUTE_ENDPOINT"]

return Config(
executors=[
GlobusComputeExecutor(
Expand Down

0 comments on commit 068258d

Please sign in to comment.