Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Nov 20, 2024
1 parent 05fc29c commit 4fd7b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fronted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,15 @@ func TestHostAliasesBasic(t *testing.T) {
}{
{
"http://fff.cloudsack.biz/foo",
`Get "http://fff.cloudsack.biz/foo": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for fff.cloudsack.biz`,
`Get "http://fff.cloudsack.biz/foo": could not complete request even with retries`,
},
{
"http://fff.cloudsack.biz:1234/bar?x=y&z=w",
`Get "http://fff.cloudsack.biz:1234/bar?x=y&z=w": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for fff.cloudsack.biz`,
`Get "http://fff.cloudsack.biz:1234/bar?x=y&z=w": could not complete request even with retries`,
},
{
"https://www.google.com",
`Get "https://www.google.com": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for www.google.com`,
`Get "https://www.google.com": could not complete request even with retries`,
},
}

Expand Down

0 comments on commit 4fd7b26

Please sign in to comment.