Skip to content

Commit 99e5196

Browse files
author
Caitlin Bales (MSFT)
committed
Update exception test
1 parent 03160e1 commit 99e5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/microsoft/graph/http/GraphFatalServiceExceptionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class GraphFatalServiceExceptionTests {
1313
@Test
1414
public void testGraphFatalServiceException() {
1515
GraphFatalServiceException exception = new GraphFatalServiceException(null,null,new ArrayList<String>(),null,401,"Unauthenticated",new ArrayList<String>(),null);
16-
String expectedMessage = "[This is an unexpected error from Graph, please report this at https://github.com/microsoftgraph/msgraph-sdk-java/issues]\n" +
16+
String expectedMessage = "Unexpected exception returned from the service." +
1717
"null null\n" +
1818
"\n" +
1919
"\n" +

0 commit comments

Comments
 (0)