Skip to content

Commit 6d0da7f

Browse files
authored
trustpub/tokens/exchange: Rename tests module to github_tests (#12018)
1 parent 726609a commit 6d0da7f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/controllers/trustpub/tokens/exchange/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use secrecy::ExposeSecret;
1818
use tracing::warn;
1919

2020
#[cfg(test)]
21-
mod tests;
21+
mod github_tests;
2222

2323
/// Exchange an OIDC token for a temporary access token.
2424
#[utoipa::path(

0 commit comments

Comments
 (0)