Skip to content

Commit

Permalink
Use default Exasol version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 4, 2023
1 parent 2ea6057 commit 10c4a54
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ import org.scalatest.funsuite.AnyFunSuite

trait BaseIntegrationTest extends AnyFunSuite with BeforeAndAfterAll with LazyLogging {
private[this] val JAR_NAME_PATTERN = "exasol-cloud-storage-extension-"
private[this] val DEFAULT_EXASOL_DOCKER_IMAGE = "7.1.22"

val network = DockerNamedNetwork("it-tests", true)
val exasolContainer = {
val c: ExasolContainer[_] = new ExasolContainer(DEFAULT_EXASOL_DOCKER_IMAGE)
val c: ExasolContainer[_] = new ExasolContainer()
c.withNetwork(network)
c.withReuse(true)
c
Expand Down

0 comments on commit 10c4a54

Please sign in to comment.