Skip to content

Commit

Permalink
use scala 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
austek committed Aug 22, 2024
1 parent 6795a6b commit 23cb4b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.junit.jupiter.api.extension.ExtendWith;

@Provider("order-provider")
@PactBroker(url = "http://localhost:9292")
@PactBroker
class PactPulsarProducerTest {
private static final String AVRO_CONTENT_TYPE = "avro/binary; record=Order";
private static final String KEY_CONTENT_TYPE = "contentType";
Expand Down

0 comments on commit 23cb4b8

Please sign in to comment.