Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aviram Hassan <[email protected]>
  • Loading branch information
aviramha committed Feb 2, 2024
1 parent f145815 commit ff07914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,7 @@ mod test {
async fn test_platform_resolution() {
// test that we get an error when we pull a manifest list
let reference = Reference::try_from(DOCKER_IO_IMAGE).expect("failed to parse reference");
let c = Client::new(ClientConfig {
let mut c = Client::new(ClientConfig {
platform_resolver: None,
..Default::default()
});
Expand Down

0 comments on commit ff07914

Please sign in to comment.