Skip to content

Commit

Permalink
🟢 return versions to providers in unit test recordings
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
  • Loading branch information
arlimus committed Jan 18, 2024
1 parent ab2e15f commit 696a220
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion providers-sdk/v1/testutils/testdata/arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"connections": [
{
"url": "local://",
"provider": "go.mondoo.com/cnquery/providers/os",
"provider": "go.mondoo.com/cnquery/v9/providers/os",
"connector": "local",
"version": ""
},
Expand Down
2 changes: 1 addition & 1 deletion providers-sdk/v1/testutils/testdata/kubelet-aks.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion providers-sdk/v1/testutils/testdata/kubelet-eks.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion providers-sdk/v1/testutils/testdata/kubelet.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion providers/core/resources/mondoo.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func (m *mqlMondoo) jobEnvironment() (map[string]interface{}, error) {
}

func (m *mqlMondoo) capabilities() ([]interface{}, error) {
// This method should never be reached. These values are set during the `connect` call.
// This method should never be reached.
// These values are set during the `connect` call.
return []interface{}{}, nil
}

0 comments on commit 696a220

Please sign in to comment.