Kaynağa Gözat

fix static test

tags/v0.9.0
jimzhan 9 yıl önce
ebeveyn
işleme
843f64ef47
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go Dosyayı Görüntüle

@@ -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)
})
}

Yükleniyor…
İptal
Kaydet