Initial commit
This commit is contained in:
21
Docker Backend/bruno-tests/1 Health Check.bru
Normal file
21
Docker Backend/bruno-tests/1 Health Check.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: 1 Health Check
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/health
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
tests {
|
||||
test("Status is 200", function() {
|
||||
expect(res.status).to.equal(200);
|
||||
});
|
||||
|
||||
test("Scriptalizer is configured", function() {
|
||||
expect(res.body.scriptalizer).to.equal("configured");
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user