You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/java-sdk-docs/spring-boot/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ public void subscribe(@RequestBody CloudEvent<Order> cloudEvent){
265
265
266
266
Upon bootstrapping your application, Dapr will register the subscription to messages to be forwarded to the `subscribe` endpoint exposed by your application.
267
267
268
-
If you are writing tests got these subscribers you need to make sure that let Testcontainers know that your application will be running in port 8080,
268
+
If you are writing tests for these subscribers you need to ensure that Testcontainers knows that your application will be running on port 8080,
269
269
so containers started with Testcontainers know where your application is:
0 commit comments