Skip to content

Commit cb5d4d6

Browse files
committed
compact the message a bit
1 parent 0168455 commit cb5d4d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libs/testserver/server.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ Body: %s
206206
For acceptance tests, add this to test.toml:
207207
[[Server]]
208208
Pattern = %q
209-
Response.Body = '''
210-
<response body here>
211-
'''
209+
Response.Body = '<response body here>'
212210
# Response.StatusCode = <response code if not 200>
213211
`, r.URL, body, pattern)
214212

0 commit comments

Comments
 (0)