Add integration test case

This commit is contained in:
git-hulk 2021-08-24 10:01:55 +08:00
parent 7a16098f38
commit a1f62a5bc3

View File

@ -524,4 +524,5 @@ func TestTreeRunDynamicRouting(t *testing.T) {
testRequest(t, ts.URL+"/a/dd", "404 Not Found")
testRequest(t, ts.URL+"/addr/dd/aa", "404 Not Found")
testRequest(t, ts.URL+"/something/secondthing/121", "404 Not Found")
testRequest(t, ts.URL+"/cc/dd/ee/ff/gg/hh1", "404 Not Found")
}