We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7d7f7 commit 2a78921Copy full SHA for 2a78921
1 file changed
pkg/snclient/check_temperature_linux_test.go
@@ -18,7 +18,7 @@ func TestTemperature(t *testing.T) {
18
}
19
assert.Equalf(t, CheckExitOK, res.State, "state ok")
20
assert.Regexpf(t,
21
- `^OK -.*(core_0|amdgpu_edge): [\d.]+ °C`,
+ `^OK -.*: [\d.]+ °C`,
22
string(res.BuildPluginOutput()),
23
"output matches",
24
)
0 commit comments