Skip to content

Commit

Permalink
no assertion on id
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed Feb 4, 2025
1 parent 0a47385 commit d6d6c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/broker/provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,6 @@ func TestProvisioningWithAdditionalWorkerNodePools(t *testing.T) {
err = json.Unmarshal(response, &runtimes)

assert.Len(t, runtimes.Data, 1)
assert.NotNil(t, runtimes.Data[0].InstanceID)
config := runtimes.Data[0].RuntimeConfig
provider, ok, err := unstructured.NestedMap(*config, "spec", "shoot", "provider")
assert.True(t, ok)
Expand Down

0 comments on commit d6d6c5b

Please sign in to comment.