Skip to content

Commit

Permalink
feat(api): eclipse-tractusx#181 Gate API: Nameparts
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
rainer-exxcellent committed Jun 1, 2023
1 parent 893bde0 commit 98caad3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ internal class LegalEntityControllerInputIT @Autowired constructor(
private val webTestClient: WebTestClient,
private val objectMapper: ObjectMapper,
val gateClient: GateClient,
private val legalEntityRepository: LegalEntityRepository
private val legalEntityRepository: LegalEntityRepository,
private val testHelpers: DbTestHelpers
) {
companion object {
@RegisterExtension
Expand Down

0 comments on commit 98caad3

Please sign in to comment.