Skip to content

Commit 0a1ec04

Browse files
committed
Address comments
Signed-off-by: siri-varma <[email protected]>
1 parent e35b2c9 commit 0a1ec04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void testConversationSDKShouldHaveSameOutputAndInput() {
9999
}
100100

101101
@Test
102-
public void testConversationSDKShouldScrubPIIEntirelyWhenScrubPIIIsSetInRequestBody() {
102+
public void testConversationSDKShouldScrubPIIWhenScrubPIIIsSetInRequestBody() {
103103
List<ConversationInput> conversationInputList = new ArrayList<>();
104104
conversationInputList.add(new ConversationInput("input this [email protected]"));
105105
conversationInputList.add(new ConversationInput("input this +12341567890"));

0 commit comments

Comments
 (0)