Skip to content

Commit ad493ad

Browse files
authored
Merge pull request #4140 from stacks-network/fix/test-httpcor
Test: fix httpcore test for defaulting in proof query string
2 parents 1f5cc3f + 67e4f30 commit ad493ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/tests/httpcore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ fn test_http_parse_proof_request_query() {
10121012
let proof_req = HttpRequestContents::new()
10131013
.query_string(Some(query_txt))
10141014
.get_with_proof();
1015-
assert!(!proof_req);
1015+
assert!(proof_req);
10161016

10171017
let query_txt = "proof=0";
10181018
let proof_req = HttpRequestContents::new()

0 commit comments

Comments
 (0)