mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
fix: unable to add assertions to a request (#6435)
* fix: add assertion * rm: unnecessary wait fn * fix: test * fix: tests * fix: review comments * fix: review * fix: review comments * fix: review comments * fix: test failure * review fixes * fix: rm sandbox accept * fix: indentation
This commit is contained in:
6
tests/asserts/fixtures/collection/bruno.json
Normal file
6
tests/asserts/fixtures/collection/bruno.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "test-assertions-bru",
|
||||
"type": "collection",
|
||||
"uid": "test-assertions-bru-uid"
|
||||
}
|
||||
3
tests/asserts/fixtures/collection/environments/Local.bru
Normal file
3
tests/asserts/fixtures/collection/environments/Local.bru
Normal file
@@ -0,0 +1,3 @@
|
||||
vars {
|
||||
host: https://testbench-sanity.usebruno.com
|
||||
}
|
||||
11
tests/asserts/fixtures/collection/ping.bru
Normal file
11
tests/asserts/fixtures/collection/ping.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: ping
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/ping
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
Reference in New Issue
Block a user