Files
bruno/tests/websockets/fixtures/collection/ws-test-request-with-headers.bru
Siddharth Gelera (reaper) 77681ca51e fix: inherit vars and headers from the collection (#5876)
* fix: inherit vars and headers from the collection
2025-10-24 15:08:10 +05:30

25 lines
282 B
Plaintext

meta {
name: ws-test-request-with-headers
type: ws
seq: 2
}
ws {
url: ws://localhost:8081/ws
auth: inherit
}
headers {
Authorization: Dummy
X-BRUNO-COLLECTION-VAR: {{variable}}
}
body:ws {
name: message 1
content: '''
{
"func":"headers"
}
'''
}