mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
fixing filepath for kernel modules test
This commit is contained in:
@@ -45,7 +45,7 @@ func TestCollectHostKernelModules_Collect(t *testing.T) {
|
||||
},
|
||||
loaded: mockKernelModulesCollector{},
|
||||
want: map[string][]byte{
|
||||
"system/kernel_modules.json": []byte("{\"first\":{\"size\":0,\"instances\":0,\"status\":\"loadable\"},\"second\":{\"size\":0,\"instances\":0,\"status\":\"loadable\"}}"),
|
||||
"host-collectors/system/kernel_modules.json": []byte("{\"first\":{\"size\":0,\"instances\":0,\"status\":\"loadable\"},\"second\":{\"size\":0,\"instances\":0,\"status\":\"loadable\"}}"),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user