Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Jun 4, 2024
1 parent 5f3440d commit 9bfeea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocipkg/src/distribution/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ fn podman_auth_path() -> Option<PathBuf> {
///
/// let auth = AuthChallenge::from_header(
/// r#"Bearer realm="https://ghcr.io/token",service="ghcr.io",scope="repository:termoshtt/ocipkg/rust-lib:pull""#,
/// "GET"
/// ).unwrap();
///
/// assert_eq!(auth, AuthChallenge {
Expand Down

0 comments on commit 9bfeea4

Please sign in to comment.