Skip to content

Commit fd9dc53

Browse files
authored
Fix test-url
1 parent c252d47 commit fd9dc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stream_django/tests/test_app/tests/test_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import unittest
66

77

8-
api_url = re.compile(r'(us-east-api.)?stream-io-api.com/*.')
8+
api_url = re.compile(r'(us-east-api.)?stream-io-api.com(/api)?/*.')
99

1010

1111
class ManagerTestCase(unittest.TestCase):

0 commit comments

Comments
 (0)