Skip to content

Commit 1a2984d

Browse files
committed
Fix failing form insertion test
1 parent a48bc41 commit 1a2984d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/insert/form.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ mod tests {
143143
assert!(content.contains("FooBarBaz"));
144144

145145
let res = client
146-
.get(&format!("{location}"))
146+
.get(&format!("/raw{location}"))
147147
.header(header::ACCEPT, "text/html; charset=utf-8")
148148
.send()
149149
.await?;

0 commit comments

Comments
 (0)