Skip to content

Commit c03e7bd

Browse files
committed
fix: test
1 parent b9f3c95 commit c03e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/uat/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ test_sxid_monitoring_syslog() {
261261
sxid_event=$(kubectl get events --field-selector involvedObject.name="$gpu_node" -o json | jq -r '.items[] | select(.reason == "SysLogsSXIDErrorIsNotHealthy") | .reason')
262262

263263
if [[ -z "$sxid_event" ]]; then
264-
error "SysLogsSXIDError event not found (non-fatal SXID may not create separate event)"
264+
log "SysLogsSXIDError event not found (non-fatal SXID may not create separate event)"
265265
fi
266266
log "Node event verified: SysLogsSXIDError ✓"
267267

0 commit comments

Comments
 (0)