Skip to content

Commit

Permalink
Remove old docker library
Browse files Browse the repository at this point in the history
Fix integration specs
Deprecate OpenApiSpec
  • Loading branch information
ccellado committed Mar 16, 2024
1 parent 74c899c commit c56954e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"

Expand Down

0 comments on commit c56954e

Please sign in to comment.