Skip to content

Commit

Permalink
chore: remove old test case in CustomServer
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed Apr 24, 2024
1 parent 0e8c1d2 commit f06fe03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions speedtest/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,6 @@ func TestCustomServer(t *testing.T) {
if got.Host != "example.com" {
t.Error("did not properly set the Host field on a custom server")
}

// Missing upload.php
_, err = CustomServer("https://example.com")
if err == nil {
t.Error("did not create a custom server without upload.php")
}
}

func TestFetchServerByID(t *testing.T) {
Expand Down

0 comments on commit f06fe03

Please sign in to comment.