mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +01:00
chore: updated test
This commit is contained in:
parent
25ccb38202
commit
d34d3a45ff
@ -29,12 +29,6 @@ body:json {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body:text {
|
|
||||||
{
|
|
||||||
"hello": 990531470713421825
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
assert {
|
assert {
|
||||||
res.status: eq 200
|
res.status: eq 200
|
||||||
}
|
}
|
||||||
@ -42,3 +36,7 @@ assert {
|
|||||||
script:pre-request {
|
script:pre-request {
|
||||||
bru.setVar("foo", "foo-world-2");
|
bru.setVar("foo", "foo-world-2");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tests {
|
||||||
|
// todo: add tests once lossless json echo server is ready
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user