We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ab054d + fd9dc53 commit 3815232Copy full SHA for 3815232
1 file changed
stream_django/tests/test_app/tests/test_manager.py
@@ -5,7 +5,7 @@
5
import unittest
6
7
8
-api_url = re.compile(r'(us-east-api.)?stream-io-api.com/*.')
+api_url = re.compile(r'(us-east-api.)?stream-io-api.com(/api)?/*.')
9
10
11
class ManagerTestCase(unittest.TestCase):
0 commit comments