Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 13, 2023
1 parent e9e209f commit 23cabbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class EC2CloudTest {
@Test
@ConfiguredWithReadme("ec2/README.md")
public void configure_ec2_cloud() {
final AmazonEC2Cloud ec2Cloud = (AmazonEC2Cloud) Jenkins.get().getCloud("ec2-ec2");
final AmazonEC2Cloud ec2Cloud = (AmazonEC2Cloud) Jenkins.get().getCloud("ec2");
assertNotNull(ec2Cloud);

assertTrue(ec2Cloud.isUseInstanceProfileForCredentials());
Expand Down

0 comments on commit 23cabbc

Please sign in to comment.