Skip to content

Commit

Permalink
env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cle-b committed Jan 5, 2025
1 parent 9394793 commit 8fad9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/demo_order_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import requests

BASE_URL = os.environ.get("HTTPDBG_TEST_UNITTEST_BASE_URL", "http://localhost:4909/")
BASE_URL = os.environ.get("HTTPDBG_TEST_ORDERBY_BASE_URL", "http://localhost:4909/")


def test_w1():
Expand Down

0 comments on commit 8fad9d0

Please sign in to comment.