Skip to content

Commit 18515e8

Browse files
committed
compact the message a bit
1 parent d8ab7e5 commit 18515e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)