Skip to content

Commit 43eb869

Browse files
committed
update test expectations
1 parent 0730b22 commit 43eb869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/uid2/shared/attest/UidCoreClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ public void Download_Http404Error_LogsStatusCode() throws IOException, Attestati
134134
assertAll(
135135
() -> assertTrue(result.getMessage().contains("HTTP response code 404"),
136136
"Should contain HTTP status code 404"),
137-
() -> assertTrue(result.getMessage().contains("Cannot download required files from UID2 core service"),
138-
"Should have customer-friendly message")
137+
() -> assertTrue(result.getMessage().contains("E12: Data Download Failure"),
138+
"Should contain E12 error code")
139139
);
140140
}
141141

0 commit comments

Comments
 (0)