Skip to content

Commit

Permalink
Update release list test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 21, 2023
1 parent 2153a82 commit d1c2a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/rustdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ mod test {
// test rustdoc pages stay on the documentation
let page = kuchiki::parse_html().one(
env.frontend()
.get("/hexponent/0.3.0/hexponent/")
.get("/hexponent/releases")
.send()?
.text()?,
);
Expand Down

0 comments on commit d1c2a20

Please sign in to comment.