diff --git a/server_test.go b/server_test.go index 862e7ac..d1a6e3a 100644 --- a/server_test.go +++ b/server_test.go @@ -22,7 +22,7 @@ func TestServer_Run(t *testing.T) { eg, ctx := errgroup.WithContext(ctx) mux := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { - fmt.Fprintf(w, "Hello, %s", r.URL.Path[1:]) + fmt.Fprintf(w, "Hello, %s!", r.URL.Path[1:]) }) eg.Go(func() error {