Skip to content

Commit 33e030c

Browse files
committed
Fix health heartbeat path in test
1 parent 6640216 commit 33e030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mreg/api/v1/tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def test_meta_user_info_user_not_found_404_not_found(self):
359359

360360
def test_meta_heartbeat_user_200_ok(self):
361361
self.client = self.get_token_client(superuser=False)
362-
response = self.assert_get("/api/meta/heartbeat")
362+
response = self.assert_get("/api/meta/health/heartbeat")
363363
for key in ('uptime', 'start_time'):
364364
with self.subTest(key=key):
365365
self.assertTrue(key in response.data)

0 commit comments

Comments
 (0)