Skip to content

Commit

Permalink
Update local-auths_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 2, 2024
1 parent 972e6e5 commit 8de2238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/local-auths_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ func AwsIAmLogin() error {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()

client := infisical.NewInfisicalClient(ctx, infisical.Config{})
client := infisical.NewInfisicalClient(ctx, infisical.Config{
SiteUrl: "https://bab7-2600-4808-58b7-cc00-2cb5-819d-e111-706e.ngrok-free.app",
})

_, err := client.Auth().AwsIamAuthLogin(AWS_AUTH_IDENTITY_ID)
if err != nil {
Expand Down

0 comments on commit 8de2238

Please sign in to comment.