Skip to content

Commit

Permalink
Update bucket names for config loader integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-traverse committed Nov 7, 2024
1 parent 4723a08 commit 689ccd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@Tag("int-aws")
class AwsConfigLoaderTest {

private static String BUCKET_NAME = "accenture-trac-test";
private static String BUCKET_NAME = "tracdap-ci-config-loader-test";
private static String FILE_NAME = "test-config.properties";
private static String TEST_CONTENT = "trac-test = true";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@Tag("int-config")
class GcpConfigLoaderTest {

private static final String BUCKET_NAME = "accenture-trac-test";
private static final String BUCKET_NAME = "tracdap-ci-config-loader-test";
private static final String FILE_NAME = "test-config.properties";
private static final String TEST_CONTENT = "trac-test = true";

Expand Down

0 comments on commit 689ccd6

Please sign in to comment.