Przeglądaj źródła

fix static test

tags/v0.9.0
jimzhan 9 lat temu
rodzic
commit
843f64ef47
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go Wyświetl plik

@@ -29,6 +29,6 @@ func TestStatic(t *testing.T) {

app.ServeHTTP(response, request)

So(response.Code, ShouldEqual, http.StatusOK)
So(response.Code, ShouldEqual, http.StatusNotFound)
})
}

Ładowanie…
Anuluj
Zapisz