Skip to content

Commit

Permalink
fixed tests by adding spring zeebe test to have a zeebe in the spring…
Browse files Browse the repository at this point in the history
… context available
  • Loading branch information
lwluc authored and maxbehr801 committed Jun 21, 2024
1 parent 285be43 commit b06c4a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/fibonacci-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe-test-testcontainer</artifactId>
<version>${camunda.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package de.envite.greenbpm.camunda_process_carbon_pricing.fibonacci_worker

import io.camunda.zeebe.spring.test.ZeebeSpringTest
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest

@SpringBootTest
@ZeebeSpringTest
class FibonacciWorkerApplicationTests {

@Test
Expand Down

0 comments on commit b06c4a3

Please sign in to comment.