Skip to content

Commit 5f8f2c3

Browse files
committed
switch to test.servicestack.net
1 parent 58d808d commit 5f8f2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from servicestack import JsonServiceClient, Authenticate
22

33
# TEST_URL = "https://localhost:5001"
4-
TEST_URL = "http://localhost:5000"
5-
# TEST_URL = "http://test.servicestack.net"
4+
# TEST_URL = "http://localhost:5000"
5+
TEST_URL = "http://test.servicestack.net"
66

77

88
def create_test_client():

0 commit comments

Comments
 (0)