Skip to content

Commit

Permalink
fix rebuild-api test when api token is configured locally
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jul 12, 2024
1 parent 7ad8c62 commit 0f26638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/builds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ mod tests {
#[test]
fn build_trigger_rebuild_missing_config() {
wrapper(|env| {
env.override_config(|config| config.cratesio_token = None);
env.fake_release().name("foo").version("0.1.0").create()?;

{
Expand Down

0 comments on commit 0f26638

Please sign in to comment.