Skip to content

Commit 3815232

Browse files
committed
Merge branch 'fix/3.7-tests' of github.com:GetStream/stream-django into fix/3.7-tests
2 parents 1ab054d + fd9dc53 commit 3815232

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)