Make sure the path to known-modules.json is relative to the

system-stats-monitor.json file
This commit is contained in:
Varsha Teratipally
2021-05-14 21:14:55 +00:00
parent 857754c384
commit a79b87ce7e
6 changed files with 15 additions and 7 deletions
@@ -28,4 +28,4 @@ func TestRegistration(t *testing.T) {
assert.NotPanics(t,
func() { problemdaemon.GetProblemDaemonHandlerOrDie(SystemStatsMonitorName) },
"System stats monitor failed to register itself as a problem daemon.")
}
}