Skip to content

Commit 4f50b5e

Browse files
committed
Update default testing endpoint for pipe test script
1 parent 3809b8d commit 4f50b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/scripts/pipe_test_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Parse command line arguments
1515
parser = argparse.ArgumentParser(description='Test the PIPE Queue Service')
16-
parser.add_argument('--base-url', default='https://api.photonranch.org/dev',
16+
parser.add_argument('--base-url', default='https://api.photonranch.org/api',
1717
help='Base URL for the API (default: https://api.photonranch.org/api)')
1818
parser.add_argument('--verbose', '-v', action='store_true',
1919
help='Enable verbose output')

0 commit comments

Comments
 (0)