Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration_tests/request_upstream/fastly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ url = "https://compute-sdk-test-backend.edgecompute.app/"
url = "https://example.org/"

[local_server.backends.httpedge]
url = "https://http.edgecompute.app/anything/"
url = "https://http-me.fastly.dev/anything/"
2 changes: 1 addition & 1 deletion integration_tests/request_upstream/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func TestRequestUpstreamBody(t *testing.T) {
}

func requestUpstreamBody(t *testing.T, name string, body io.Reader, size int, chunked bool) {
req, err := fsthttp.NewRequest("POST", "https://http.edgecompute.app/anything/", body)
req, err := fsthttp.NewRequest("POST", "https://http-me.fastly.dev/anything/", body)
if err != nil {
t.Fatalf("NewRequest: %v", err)
}
Expand Down
Loading