From c56954e6e335cbdd4442c4c83c2e1d57040ade49 Mon Sep 17 00:00:00 2001 From: ccellado Date: Sun, 17 Mar 2024 03:37:53 +0400 Subject: [PATCH] Remove old docker library Fix integration specs Deprecate OpenApiSpec --- .../scala/org/ergoplatform/it/container/IntegrationSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/scala/org/ergoplatform/it/container/IntegrationSuite.scala b/src/it/scala/org/ergoplatform/it/container/IntegrationSuite.scala index 8da4c8805d..607e472934 100644 --- a/src/it/scala/org/ergoplatform/it/container/IntegrationSuite.scala +++ b/src/it/scala/org/ergoplatform/it/container/IntegrationSuite.scala @@ -20,7 +20,7 @@ trait IntegrationSuite implicit def executionContext: ExecutionContext = ErgoTestHelpers.defaultExecutionContext - val tempDir: String = System.getenv("TEMPDIR") + val tempDir: String = System.getenv("TMPDIR") protected val localDataDir: String = s"$tempDir/ergo-${Random.nextInt(Int.MaxValue)}"