Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Aug 21, 2024
1 parent aae87f3 commit faf216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stackexchange/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ mod tests {
fn test_stackexchange_url() {
assert_eq!(
stackexchange_url("some/endpoint").as_str(),
"http://api.stackexchange.com/2.2/some/endpoint"
"https://api.stackexchange.com/2.2/some/endpoint"
)
}
}

0 comments on commit faf216b

Please sign in to comment.