have /session response span multi-line
This commit is contained in:
parent
0f0cfc695f
commit
4f3292fee8
1 changed files with 3 additions and 2 deletions
|
@ -79,7 +79,7 @@ class FakeTunnelConnector
|
|||
end
|
||||
|
||||
def ok(body = 'Success')
|
||||
body + "\r"
|
||||
body
|
||||
end
|
||||
|
||||
def ok_headers
|
||||
|
@ -119,7 +119,8 @@ class FakeTunnelConnector
|
|||
end
|
||||
|
||||
def login
|
||||
body = '{"token":"3b51619a125d90cd0778bd4c02cd7be34de6dc9268eecd25"}'
|
||||
body = '{
|
||||
"token":"3b51619a125d90cd0778bd4c02cd7be34de6dc9268eecd25"}'
|
||||
ok(body)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue