From 23d0bdc87869ea8ea298f04b063b7444e826efa1 Mon Sep 17 00:00:00 2001 From: yitam Date: Mon, 8 May 2017 11:18:29 -0700 Subject: [PATCH] investigating Authentication=SqlPassword issue on appveyor --- test/sqlsrv/sqlsrv_azure_ad_authentication.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sqlsrv/sqlsrv_azure_ad_authentication.phpt b/test/sqlsrv/sqlsrv_azure_ad_authentication.phpt index af22278a..6afa68e1 100644 --- a/test/sqlsrv/sqlsrv_azure_ad_authentication.phpt +++ b/test/sqlsrv/sqlsrv_azure_ad_authentication.phpt @@ -6,7 +6,7 @@ Test the Authentication keyword with options SqlPassword and ActiveDirectoryInte $username, "PWD"=>$password, "Authentication"=>"SqlPassword", "TrustServerCertificate"=>true );