Skip to content

Commit

Permalink
add workspaceid to k8scluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 20, 2024
1 parent 98f499c commit bbea10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/inventory_http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func TestInventoryAPIHTTP_K8SClusterLifecycle(t *testing.T) {
K8SCluster: &resources.K8SCluster{
Metadata: &resources.Metadata{
ResourceType: "k8s_cluster",
WorkspaceId: "",
WorkspaceId: "workspace",
OrgId: "",
},
ResourceData: &resources.K8SClusterDetail{
Expand Down

0 comments on commit bbea10d

Please sign in to comment.