Skip to content

Commit 0eb2fa6

Browse files
committed
Undo test update
1 parent e1c8f28 commit 0eb2fa6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ojdbc-provider-azure/src/test/java/oracle/jdbc/provider/azure/configuration/AzureVaultJsonProviderTest.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ public void testServicePrincipleAuthentication() throws SQLException {
8181
"AZURE_CLIENT_SECRET=" + TestProperties.getOrAbort(
8282
AzureTestProperty.AZURE_CLIENT_SECRET),
8383
"AZURE_TENANT_ID=" + TestProperties.getOrAbort(
84-
AzureTestProperty.AZURE_TENANT_ID),
85-
"parser=json"};
84+
AzureTestProperty.AZURE_TENANT_ID)};
8685

8786
String url = composeUrl(baseUrl, options);
8887
verifyProperties(url);
@@ -109,8 +108,7 @@ public void testServicePrincipleAuthenticationWithKeyOption()
109108
"AZURE_TENANT_ID=" + TestProperties.getOrAbort(
110109
AzureTestProperty.AZURE_TENANT_ID),
111110
"key=" + TestProperties.getOrAbort(
112-
AzureTestProperty.AZURE_KEY_VAULT_SECRET_PAYLOAD_KEY),
113-
"parser=json"};
111+
AzureTestProperty.AZURE_KEY_VAULT_SECRET_PAYLOAD_KEY)};
114112

115113
String url = composeUrl(baseUrl, options);
116114
verifyProperties(url);

0 commit comments

Comments
 (0)