ソースを参照

fix static test

tags/v0.9.0
jimzhan 9年前
コミット
843f64ef47
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go ファイルの表示

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

読み込み中…
キャンセル
保存