We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff05be5 commit 72df82eCopy full SHA for 72df82e
tests/test_pyflare_client.py
@@ -12,7 +12,7 @@ def setUp(self):
12
@mock_response_client
13
def test_stats(self):
14
response = self.pyflare.stats('example.com', 40)
15
- self.assertIsInstance(response['response']['result']['timeZero'], long)
+ self.assertIsInstance(response['response']['result']['timeZero'], int)
16
17
18
def test_zone_load_multi(self):
0 commit comments