Skip to content

Commit

Permalink
updating url env
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed May 14, 2024
1 parent 38c535b commit c267c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-production-integration/test-integration.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import pandas as pd
import requests
SERVER_URL = os.environ.get("SERVER_URL", "https://structure.gnps2.org")
SERVER_URL = os.environ.get("STRUCTURE_SERVER_URL", "https://structure.gnps2.org")

def test_cases():
test_cases_df = pd.read_csv("test_cases.csv", sep="\t")
Expand Down

0 comments on commit c267c21

Please sign in to comment.