Files
bruno/tests/websockets/fixtures/collection/ws-test-request-with-query.bru
Pooja a22eb43a27 fix(websocket): add API Key query params support and OAuth2 inheritan… (#6271)
* fix(websocket): add API Key query params support and OAuth2 inheritance warning

* add: playwright test
2026-01-21 18:56:46 +05:30

20 lines
249 B
Plaintext

meta {
name: ws-test-request-with-query
type: ws
seq: 3
}
ws {
url: ws://localhost:8081/ws?testParam=testValue&anotherParam={{variable}}
auth: inherit
}
body:ws {
name: message 1
content: '''
{
"func":"query"
}
'''
}