Skip to content

Commit 6b21982

Browse files
committed
Fix more tests
1 parent ab46eaa commit 6b21982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_warp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ mod tests {
661661
);
662662
let body = String::from_utf8(response.body().to_vec()).unwrap();
663663

664-
assert!(body.contains("var JUNIPER_URL = '/dogs-api/graphql';"));
664+
assert!(body.contains("const JUNIPER_URL = '/dogs-api/graphql';"));
665665
}
666666

667667
#[tokio::test]

0 commit comments

Comments
 (0)