Skip to content

Commit

Permalink
chore: rotate ports
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Oct 4, 2023
1 parent ad2f517 commit cd9fe41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/configs/.rr-http-sendfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server:
relay_timeout: "20s"

http:
address: 127.0.0.1:44444
address: 127.0.0.1:41134
max_request_size: 1024
middleware: ["sendfile"]

Expand Down
2 changes: 1 addition & 1 deletion tests/http_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func TestHTTPXSendFile(t *testing.T) {
}

func xsendfile(t *testing.T) {
parsedURL, _ := url.Parse("http://127.0.0.1:44444")
parsedURL, _ := url.Parse("http://127.0.0.1:41134")
client := http.Client{}
pwd, _ := os.Getwd()
req := &http.Request{
Expand Down

0 comments on commit cd9fe41

Please sign in to comment.