Skip to content

Commit 851d626

Browse files
committed
Remove config
Signed-off-by: Matheus Cruz <[email protected]>
1 parent c0a4ed5 commit 851d626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk-tests/src/test/java/io/dapr/it/testcontainers/pubsub/http/DaprPubSubIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
@SpringBootTest(
5757
webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT,
5858
classes = {
59-
TestPubSubApplication.class,
60-
DaprClientAutoConfiguration.class
59+
TestPubSubApplication.class
6160
}
6261
)
6362
@Testcontainers

0 commit comments

Comments
 (0)