We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e25406 commit 904c0c8Copy full SHA for 904c0c8
pkg/pprof/pprof_test.go
@@ -62,7 +62,7 @@ func TestIsPprofEnabled(t *testing.T) {
62
pprofEnabledString: "false11",
63
operatorEnv: util.OperatorEnvironmentProd,
64
expected: false,
65
- expectedErrMsg: "unable to parse PPROF_ENABLED environment variable: strconv.ParseBool: parsing \"false11\": invalid syntax",
+ expectedErrMsg: "unable to parse MDB_OPERATOR_PPROF_ENABLED environment variable: strconv.ParseBool: parsing \"false11\": invalid syntax",
66
},
67
}
68
0 commit comments