Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
7c208309
Unverified
Commit
7c208309
authored
Oct 23, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Oct 24, 2025
Browse files
fix: test case test_endpoint_health_check_notifier_created (#3863)
Signed-off-by:
tzulingk@nvidia.com
<
tzulingk@nvidia.com
>
parent
cb0a3449
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/runtime/src/health_check.rs
lib/runtime/src/health_check.rs
+1
-1
No files found.
lib/runtime/src/health_check.rs
View file @
7c208309
...
@@ -554,6 +554,6 @@ mod integration_tests {
...
@@ -554,6 +554,6 @@ mod integration_tests {
.system_health
.system_health
.lock
()
.lock
()
.get_endpoint_health_status
(
endpoint
);
.get_endpoint_health_status
(
endpoint
);
assert_eq!
(
status
,
Some
(
HealthStatus
::
Ready
));
assert_eq!
(
status
,
Some
(
HealthStatus
::
Not
Ready
));
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment