From 30b5f37c5c4d2af9e9508fc21f96c917504dd3ff Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 6 Jan 2016 13:49:27 -0800 Subject: [PATCH] test for new api subdomain --- tests/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_logging.py b/tests/test_logging.py index 78ccbbd..db41fe7 100644 --- a/tests/test_logging.py +++ b/tests/test_logging.py @@ -114,7 +114,7 @@ class LoggingTestCase(utils.TestCase): if self.isPy35: expected = u('WakaTime WARNING Regex error (unbalanced parenthesis at position 15) for exclude pattern: \\(invalid regex)') self.assertEquals(output[1], expected) - self.assertEquals(output[2], u('WakaTime DEBUG Sending heartbeat to api at https://wakatime.com/api/v1/heartbeats')) + self.assertEquals(output[2], u('WakaTime DEBUG Sending heartbeat to api at https://api.wakatime.com/api/v1/heartbeats')) self.assertIn('Python', output[3]) self.assertIn('response_code', output[4])