We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7959c2 commit 4db484bCopy full SHA for 4db484b
src/builder.rs
@@ -218,7 +218,7 @@ mod tests {
218
fn auth_with_token() {
219
let builder = Builder::new(TABLE_URL, None).auth("$Up3rS3crET");
220
assert_eq!(
221
- builder.headers.get("Authentication").unwrap(),
+ builder.headers.get("Authorization").unwrap(),
222
HeaderValue::from_static("Bearer $Up3rS3crET")
223
);
224
}
0 commit comments