File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common4j/src/test/com/microsoft/identity/common/java/nativeauth/providers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class NativeAuthRequestHandlerTest {
152152 }
153153
154154 @Test
155- fun testSignUpStartWithUnsetCorrelationIdShouldNotHaveHeader () {
155+ fun testSignUpStartWithUnsetCorrelationIdShouldFilterOutToUUID () {
156156 val commandParameters = SignUpStartCommandParameters .builder()
157157 .platformComponents(mock<PlatformComponents >())
158158 .username(username)
@@ -164,7 +164,7 @@ class NativeAuthRequestHandlerTest {
164164 commandParameters = commandParameters
165165 )
166166
167- assertNull (result.headers[AuthenticationConstants .AAD .CLIENT_REQUEST_ID ])
167+ Assert .assertNotEquals (result.headers[AuthenticationConstants .AAD .CLIENT_REQUEST_ID ], " UNSET " )
168168 }
169169
170170 @Test
You can’t perform that action at this time.
0 commit comments