Skip to content

Commit

Permalink
update test with slightly changed output
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Jan 28, 2025
1 parent f5eaaab commit 722c1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/cmd_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ mod tests {
.arg(bad_url)
.assert()
.failure()
.stderr(str::starts_with(&format!(
"Request failed: request failed: error sending request for url (https://{bad_url}/device/auth):"
.stderr(str::starts_with(format!(
"Request failed: client error: error sending request for url (https://{bad_url}/device/auth):"
)));
}

Expand Down

0 comments on commit 722c1b6

Please sign in to comment.