Skip to content

Commit

Permalink
fix wi test
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Jan 21, 2022
1 parent 88f2ab8 commit c01a336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/workload_identity/controls/gcloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

describe "workload metada config" do
it "is secure" do
expect(data['nodePools'][0]["config"]["workloadMetadataConfig"]["nodeMetadata"]).to eq 'GKE_METADATA'
expect(data['nodePools'][0]["config"]["workloadMetadataConfig"]["nodeMetadata"]).to eq 'GKE_METADATA_SERVER'
end
end
end
Expand Down

0 comments on commit c01a336

Please sign in to comment.