Skip to content

Commit 904c0c8

Browse files
committed
Fix broken test
1 parent 5e25406 commit 904c0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pprof/pprof_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func TestIsPprofEnabled(t *testing.T) {
6262
pprofEnabledString: "false11",
6363
operatorEnv: util.OperatorEnvironmentProd,
6464
expected: false,
65-
expectedErrMsg: "unable to parse PPROF_ENABLED environment variable: strconv.ParseBool: parsing \"false11\": invalid syntax",
65+
expectedErrMsg: "unable to parse MDB_OPERATOR_PPROF_ENABLED environment variable: strconv.ParseBool: parsing \"false11\": invalid syntax",
6666
},
6767
}
6868

0 commit comments

Comments
 (0)