You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getMockResponse(400, "{\"error\":\"invalid_request\",\"error_description\":\"Required metadata header not specified\"}"),
50
-
getMockResponse( 200, "invalid json")
51
-
);
49
+
getMockResponse(400,
50
+
"{\"error\":\"invalid_request\",\"error_description\":\"Required metadata header not specified\"}"),
51
+
getMockResponse(200, "invalid json"));
52
52
53
53
Stringendpoint = "http://localhost";
54
54
Stringsecret = "secret";
55
55
56
56
Configurationconfiguration
57
-
= TestUtils.createTestConfiguration(newTestConfigurationSource().put("MSI_ENDPOINT", endpoint) // This must stay to signal we are in an app service context
57
+
= TestUtils.createTestConfiguration(newTestConfigurationSource().put("MSI_ENDPOINT", endpoint) // This must stay to signal we are in an app service context
0 commit comments