Skip to content

Commit 45b8db8

Browse files
committed
chore: Fix activity registration
Signed-off-by: Javier Aliaga <[email protected]>
1 parent ea987f1 commit 45b8db8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk-tests/src/test/java/io/dapr/it/testcontainers/workflows/TestWorkflowsConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public Object run(WorkflowActivityContext ctx) {
8585
}
8686
});
8787

88-
builder.registerActivity(TaskExecutionIdActivity.class);
8988
return builder;
9089
}
9190
}

0 commit comments

Comments
 (0)