text edit
This commit is contained in:
parent
4d7958f8de
commit
b313767026
|
@ -140,11 +140,11 @@ mockServer := NewMockServer(nil, MockServerProcedure{
|
||||||
URI: "/path",
|
URI: "/path",
|
||||||
HTTPMethod: http.MethodGet,
|
HTTPMethod: http.MethodGet,
|
||||||
Response: MockResponse{
|
Response: MockResponse{
|
||||||
StatusCode: http.StatusOK,
|
StatusCode: http.StatusOK,
|
||||||
Body: []byte(`First page`),
|
Body: []byte(`First page`),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
// define more if needed
|
||||||
// define more if needed
|
|
||||||
)
|
)
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue