Skip to content

Commit ca38f81

Browse files
committed
chore: update platform URL
1 parent ca942bd commit ca38f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, *args, **kwargs):
1212
super(EndpointBaseUnitTest, self).__init__(*args, **kwargs)
1313
self.port = 4000
1414
self.version = "2018-10-01"
15-
self.host = 'platform.exabyte.io'
15+
self.host = 'platform.mat3ra.com'
1616
self.account_id = 'ubxMkAyx37Rjn8qK9'
1717
self.auth_token = 'XihOnUA8EqytSui1icz6fYhsJ2tUsJGGTlV03upYPSF'
1818

0 commit comments

Comments
 (0)