File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3394,8 +3394,8 @@ func TestCIService_CosImageInspect(t *testing.T) {
33943394 setup ()
33953395 defer teardown ()
33963396
3397- name := "/ test.jpg"
3398- mux .HandleFunc (name , func (w http.ResponseWriter , r * http.Request ) {
3397+ name := "test.jpg"
3398+ mux .HandleFunc ("/test.jpg" , func (w http.ResponseWriter , r * http.Request ) {
33993399 testMethod (t , r , http .MethodGet )
34003400 v := values {
34013401 "ci-process" : "ImageInspect" ,
Original file line number Diff line number Diff line change @@ -2644,7 +2644,7 @@ func TestCIService_GetPosterproductionTemplates(t *testing.T) {
26442644 setup ()
26452645 defer teardown ()
26462646
2647- mux .HandleFunc ("/posterproduction/template/ " , func (w http.ResponseWriter , r * http.Request ) {
2647+ mux .HandleFunc ("/posterproduction/template" , func (w http.ResponseWriter , r * http.Request ) {
26482648 testMethod (t , r , http .MethodGet )
26492649 v := values {
26502650 "pageNumber" : "1" ,
You can’t perform that action at this time.
0 commit comments