Skip to content

Commit 886d788

Browse files
authored
Some refactors (#1929)
Had to modify some tests for raw-payload (#1927) + got some local clippy lints. This frontloads taking care of those unrelated improvements (and some more I found), so the next PR will have a smaller diff.
2 parents 72d7e4d + dc995ab commit 886d788

File tree

5 files changed

+139
-194
lines changed

5 files changed

+139
-194
lines changed

server/svix-server/tests/it/e2e_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async fn test_invalid_auth_error_detail() {
118118
.to_owned()
119119
}
120120

121-
_ => return {},
121+
_ => return,
122122
};
123123

124124
client.set_auth_header("some-nonsense-key".to_string());

0 commit comments

Comments
 (0)