Adds test request for status endpoint
This commit is contained in:
parent
833b2759f4
commit
a02ee0270a
2 changed files with 14 additions and 0 deletions
11
bruno/Status.bru
Normal file
11
bruno/Status.bru
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
meta {
|
||||||
|
name: Status
|
||||||
|
type: http
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{base_url}}/status
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
3
bruno/environments/local.bru
Normal file
3
bruno/environments/local.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
vars {
|
||||||
|
base_url: http://localhost:42069
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue