-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to localstack 0.14.2 for AWS V1 tests
- Loading branch information
Showing
12 changed files
with
635 additions
and
595 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...m-aws-sdk-1-plugin/src/test/java/co/elastic/apm/agent/awssdk/v1/AbstractAws1ClientIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package co.elastic.apm.agent.awssdk.v1; | ||
|
||
import co.elastic.apm.agent.awssdk.common.AbstractAwsClientIT; | ||
|
||
public abstract class AbstractAws1ClientIT extends AbstractAwsClientIT { | ||
|
||
public static final String LOCALSTACK_VERSION = "0.14.2"; | ||
|
||
public AbstractAws1ClientIT() { | ||
super(LOCALSTACK_VERSION); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.