blog-tutorials icon indicating copy to clipboard operation
blog-tutorials copied to clipboard

TestContainers instantiation - Deprecated constructor

Open JoeSeff opened this issue 4 years ago • 1 comments

  1. Pull the code
  2. Run the test in testcontainers-youtube-series

Context (Environment)

Java 11 Ubuntu 20.04

Solution

Change the constructor and provide the image name.

image

JoeSeff avatar Feb 22 '21 09:02 JoeSeff

thanks a lot for this finding @JoeSeff - I must have overseen this when bumping the Testcontainers version. If you want you can contribute (fork the repo, commit a change, and create a PR) to fix it :)

rieckpil avatar Feb 22 '21 14:02 rieckpil