Skip to content

Commit 4d8b55d

Browse files
jshasyphar
authored andcommitted
Fix test
1 parent 3c2cad5 commit 4d8b55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/rustdoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ mod test {
24022402
.send()?
24032403
.headers()
24042404
.get("x-robots-tag")
2405-
.unwrap()
2405+
.unwrap_or_default()
24062406
.to_str()
24072407
.unwrap()
24082408
.contains("noindex"));

0 commit comments

Comments
 (0)