Skip to content

Commit 0099dcf

Browse files
committed
revert testing changes
1 parent c388d4d commit 0099dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gql/transport/http_multipart_transport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ async def subscribe(
146146
headers = {
147147
"Content-Type": "application/json",
148148
"Accept": (
149-
"multipart/mixed;boundaasdry=asdgraasdphql;"
150-
"subscriptionSpec=130,application/json"
149+
"multipart/mixed;boundary=graphql;"
150+
"subscriptionSpec=1.0,application/json"
151151
),
152152
}
153153

0 commit comments

Comments
 (0)