Skip to content

Commit 01102d7

Browse files
committed
add tests for the oidc code
1 parent 6cc9b1d commit 01102d7

File tree

4 files changed

+568
-0
lines changed

4 files changed

+568
-0
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ rustls = "0.23"
9393
actix-rt = "2.8"
9494
libflate = "2"
9595
futures-util = "0.3.21"
96+
97+
[dev-dependencies]
98+
actix-http = "3.11.2"
99+
actix-service = "2.0.3"

tests/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mod common;
33
mod core;
44
mod data_formats;
55
mod errors;
6+
mod oidc;
67
mod requests;
78
mod server_timing;
89
pub mod sql_test_files;

0 commit comments

Comments
 (0)