Skip to content

Commit

Permalink
test(UT): fixing TestGetInstanceGroupList
Browse files Browse the repository at this point in the history
  • Loading branch information
garomonegro committed Jul 31, 2024
1 parent d449635 commit 9fe6685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kube/unstructured/unstructured_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ func resourceToList(t *testing.T, resource unstructuredResource) *unstructured.U
"apiVersion": resource.Resource.GetAPIVersion(),
"kind": resource.Resource.GetKind() + "List",
"metadata": map[string]interface{}{
"continue": "",
"resourceVersion": "",
},
})
Expand Down

0 comments on commit 9fe6685

Please sign in to comment.