mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
Ensure that the flushQueue method checks for the existence of the message queue before processing. Refactor WebSocket test fixtures for better readability by correcting indentation and structure.
24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
meta {
|
|
name: ws-test-request-with-headers
|
|
type: ws
|
|
seq: 2
|
|
}
|
|
|
|
ws {
|
|
url: ws://localhost:8081/ws
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Authorization: Dummy
|
|
}
|
|
|
|
body {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"func":"headers"
|
|
}
|
|
'''
|
|
}
|