Skip to content

Commit 4db484b

Browse files
committed
Fix typo
1 parent a7959c2 commit 4db484b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ mod tests {
218218
fn auth_with_token() {
219219
let builder = Builder::new(TABLE_URL, None).auth("$Up3rS3crET");
220220
assert_eq!(
221-
builder.headers.get("Authentication").unwrap(),
221+
builder.headers.get("Authorization").unwrap(),
222222
HeaderValue::from_static("Bearer $Up3rS3crET")
223223
);
224224
}

0 commit comments

Comments
 (0)