Skip to content

Commit

Permalink
Another test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Nov 20, 2024
1 parent 4fd7b26 commit 4862191
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fronted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,27 +442,27 @@ func TestPassthrough(t *testing.T) {
}{
{
"http://www.notok.cloudsack.biz",
`Get "http://www.notok.cloudsack.biz": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for www.notok.cloudsack.biz`,
`Get "http://www.notok.cloudsack.biz": could not complete request even with retries`,
},
{
"http://ok.cloudsack.biz",
`Get "http://ok.cloudsack.biz": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for ok.cloudsack.biz`,
`Get "http://ok.cloudsack.biz": could not complete request even with retries`,
},
{
"http://www.abc.cloudsack.biz",
`Get "http://www.abc.cloudsack.biz": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for www.abc.cloudsack.biz`,
`Get "http://www.abc.cloudsack.biz": could not complete request even with retries`,
},
{
"http://noabc.cloudsack.biz",
`Get "http://noabc.cloudsack.biz": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for noabc.cloudsack.biz`,
`Get "http://noabc.cloudsack.biz": could not complete request even with retries`,
},
{
"http://cloudsack.biz",
`Get "http://cloudsack.biz": no domain fronting mapping for 'cloudsack'. Please add it to provider_map.yaml or equivalent for cloudsack.biz`,
`Get "http://cloudsack.biz": 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 4862191

Please sign in to comment.