Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update to latest version of testcontainers #135

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

flavio
Copy link
Contributor

@flavio flavio commented May 30, 2024

Use latest version of testcontainers, fix the code to cope with the API changes.

Use latest version of testcontainers, fix the code to cope with the API
changes.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@@ -2737,7 +2758,7 @@ mod test {
.to_str()
.expect("cannot convert htpasswd_path to string"),
);
let test_container = image.start().await;
let test_container = image.start().await.expect("cannot registry container");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: "Cannot start registry container"

@thomastaylor312 thomastaylor312 merged commit 0570371 into oras-project:main Jun 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants