We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca942bd commit ca38f81Copy full SHA for ca38f81
tests/unit/__init__.py
@@ -12,7 +12,7 @@ def __init__(self, *args, **kwargs):
12
super(EndpointBaseUnitTest, self).__init__(*args, **kwargs)
13
self.port = 4000
14
self.version = "2018-10-01"
15
- self.host = 'platform.exabyte.io'
+ self.host = 'platform.mat3ra.com'
16
self.account_id = 'ubxMkAyx37Rjn8qK9'
17
self.auth_token = 'XihOnUA8EqytSui1icz6fYhsJ2tUsJGGTlV03upYPSF'
18
0 commit comments