Unverified Commit 7c208309 authored by Tzu-Ling Kan's avatar Tzu-Ling Kan Committed by GitHub
Browse files

fix: test case test_endpoint_health_check_notifier_created (#3863)


Signed-off-by: default avatartzulingk@nvidia.com <tzulingk@nvidia.com>
parent cb0a3449
......@@ -554,6 +554,6 @@ mod integration_tests {
.system_health
.lock()
.get_endpoint_health_status(endpoint);
assert_eq!(status, Some(HealthStatus::Ready));
assert_eq!(status, Some(HealthStatus::NotReady));
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment