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 6640216 commit 33e030cCopy full SHA for 33e030c
mreg/api/v1/tests/tests.py
@@ -359,7 +359,7 @@ def test_meta_user_info_user_not_found_404_not_found(self):
359
360
def test_meta_heartbeat_user_200_ok(self):
361
self.client = self.get_token_client(superuser=False)
362
- response = self.assert_get("/api/meta/heartbeat")
+ response = self.assert_get("/api/meta/health/heartbeat")
363
for key in ('uptime', 'start_time'):
364
with self.subTest(key=key):
365
self.assertTrue(key in response.data)
0 commit comments