aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py
index 5f451c7..8f3f142 100644
--- a/tests/test_instance.py
+++ b/tests/test_instance.py
@@ -42,7 +42,7 @@ def test_health(api):
42 42
43@pytest.mark.vcr() 43@pytest.mark.vcr()
44def test_server_time(api): 44def test_server_time(api):
45 # present date... 45 # present date...
46 present_time = api.get_approx_server_time() 46 present_time = api.get_approx_server_time()
47 # hahahahaha 47 # hahahahaha
48 48
Powered by cgit v1.2.3 (git 2.41.0)