Skip to content

Commit

Permalink
Update E2E tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Richardson <[email protected]>
  • Loading branch information
nrichardson-akasa committed Aug 5, 2024
1 parent b1421f3 commit dabf94c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ func createAWSSecret(t *testing.T, useJSONFormat bool) error {
}

// Print the JSON string
secretString := string(jsonData)
secretString = string(jsonData)
} else {
secretString := postgreSQLConnectionString
secretString = postgreSQLConnectionString
}
_, err = client.CreateSecret(ctx, &secretsmanager.CreateSecretInput{
Name: &secretManagerSecretName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,9 @@ func createAWSSecret(t *testing.T, useJSONFormat bool) error {
}

// Print the JSON string
secretString := string(jsonData)
secretString = string(jsonData)
} else {
secretString := postgreSQLConnectionString
secretString = postgreSQLConnectionString
}
_, err = client.CreateSecret(ctx, &secretsmanager.CreateSecretInput{
Name: &secretManagerSecretName,
Expand Down

0 comments on commit dabf94c

Please sign in to comment.