Skip to content

Commit 5a7c58b

Browse files
committed
upgrade warnings to errors
1 parent 4276072 commit 5a7c58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyze/velero_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ func TestAnalyzeVelero_Logs(t *testing.T) {
921921
{
922922
Title: "Velero logs for pod [node-agent-m6n9j]",
923923
Message: "Found error|panic|fatal in node-agent* pod log file(s)",
924-
IsWarn: true,
924+
IsFail: true,
925925
},
926926
{
927927
Title: "Velero Logs analysis for kind [node-agent*]",

0 commit comments

Comments
 (0)