Skip to content

Commit 48825a1

Browse files
committed
tests: fix failing
1 parent 845638b commit 48825a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/http/tests/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ mod test {
241241
let client = Client::new();
242242
let request =
243243
Request::post(format!("http://localhost:8003/subgraphs/id/{}", id))
244+
.header(CONTENT_TYPE, "plain/text")
244245
.body(Body::from("{\"query\": \"{ name }\"}"))
245246
.unwrap();
246247

0 commit comments

Comments
 (0)