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:
sanish chirayath
2025-12-18 19:37:33 +05:30
committed by GitHub
parent 6ab8fcb710
commit b188a9e9a9
11 changed files with 546 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
{
"version": "1",
"name": "test-assertions-bru",
"type": "collection",
"uid": "test-assertions-bru-uid"
}

View File

@@ -0,0 +1,3 @@
vars {
host: https://testbench-sanity.usebruno.com
}

View File

@@ -0,0 +1,11 @@
meta {
name: ping
type: http
seq: 1
}
get {
url: {{host}}/ping
body: none
auth: none
}