Skip to content

Fixing the parsing url error#7

Open
jonathancarvalheiro wants to merge 1 commit intogruntwork-io:masterfrom
jonathancarvalheiro:patch-1
Open

Fixing the parsing url error#7
jonathancarvalheiro wants to merge 1 commit intogruntwork-io:masterfrom
jonathancarvalheiro:patch-1

Conversation

@jonathancarvalheiro
Copy link

@jonathancarvalheiro jonathancarvalheiro commented Mar 30, 2021

When I run this test I got this error:
retry.go:84: HTTP GET to URL "https://dummy.us-east-2.amazonaws.com/live" returned an error: parse ""https://dummy.us-east-2.amazonaws.com/live\"": first path segment in URL cannot contain colon. Sleeping for 3s and will try again.

The proposed change fixes this.

When I run this test I got this error:
retry.go:84: HTTP GET to URL "https://dummy.us-east-2.amazonaws.com/live" returned an error: parse "\"https://dummy.us-east-2.amazonaws.com/live\"": first path segment in URL cannot contain colon. Sleeping for 3s and will try again.

The propose change fix it
@brikis98
Copy link
Member

Ah, that's due to a backwards incompatible change to terraform output that landed in Terraform 0.14. The proper fix is to update to a newer version of Terratest!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants