Skip to content

Commit 1ccc8e5

Browse files
committed
fix: minor
1 parent 2c71ec9 commit 1ccc8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test_log_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def run_summary_log_tests(base_url: str) -> bool:
271271
def main() -> None:
272272
args = parse_test_args()
273273
base_url = (
274-
"https://metadata-portal.allenneuraldynamics-test.org"
274+
"https://metadata-portal.allenneuraldynamics.org"
275275
if args.env == "prod"
276276
else "http://localhost:5006"
277277
)

0 commit comments

Comments
 (0)