mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
--------- Co-authored-by: Pragadesh-45 <temporaryg7904@gmail.com> Co-authored-by: Sid <siddharth@usebruno.com>
17 lines
161 B
Plaintext
17 lines
161 B
Plaintext
meta {
|
|
name: scheme
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: localhost:8081/ping
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
res.body: eq pong
|
|
}
|