Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed Oct 2, 2024
1 parent 0103be7 commit d33be98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test/test/integration/Helpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ object Helpers extends Matchers with Logging with OptionValues with Inside {

elasticsearch.resetIndices()

val s3Config = S3Config("fake", BucketConfig("fake", "fake", "fake", "fake"), None, None, None, None)
val s3Config = S3Config("fake", BucketConfig("fake", "fake", "fake", "fake", "fake"), None, None, None, None)
val downloadExpiryPeriod = 1.minute

val userManagement = Neo4jUserManagement(neo4jDriver, ec, queryLoggingConfig, manifest, elasticsearch.elasticResources, elasticsearch.elasticPages, annotations)
Expand Down

0 comments on commit d33be98

Please sign in to comment.