This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
rex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
fix static test
tags/v0.9.0
jimzhan
9 years ago
parent
24fb2af48e
commit
843f64ef47
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
middleware/static_test.go
+ 1
- 1
middleware/static_test.go
View File
@@ -29,6 +29,6 @@ func TestStatic(t *testing.T) {
app.ServeHTTP(response, request)
So(response.Code, ShouldEqual, http.Status
OK
)
So(response.Code, ShouldEqual, http.Status
NotFound
)
})
}
Write
Preview
Loading…
Cancel
Save