Skip to content

Commit

Permalink
fixed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Dec 13, 2024
1 parent abbc27e commit 2cd3ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javav2/example_code/firehose/src/test/java/FirehoseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public static void setUp() throws IOException {
SecretValues values = gson.fromJson(json, SecretValues.class);
bucketARN = values.getBucketARN();
roleARN = values.getRoleARN();
//newStream = values.getNewStream() + java.util.UUID.randomUUID();
newStream = "stream35";
newStream = values.getNewStream() + java.util.UUID.randomUUID();
textValue = values.getTextValue();
// Uncomment this code block if you prefer using a config.properties file to
// retrieve AWS values required for these tests.
Expand Down

0 comments on commit 2cd3ef1

Please sign in to comment.