From 5287b048dcd926de2fde56c3331e2dd0d80764c9 Mon Sep 17 00:00:00 2001 From: Terry Chow Date: Wed, 11 Oct 2023 10:10:20 -0700 Subject: [PATCH] PR comments --- pom.xml | 2 +- .../java/com/microsoft/sqlserver/testframework/Constants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a2c21f35f..560c76f3b 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ setup (excluded by default) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Default testing enabled with SQL Server 2019 (SQLv15) --> - xSQLv12,xSQLv15,NTLM,MSI,reqExternalSetup,clientCertAuth,fedAuth,Kerberos + xSQLv12,xSQLv15,NTLM,MSI,reqExternalSetup,clientCertAuth,fedAuth,kerberos -preview diff --git a/src/test/java/com/microsoft/sqlserver/testframework/Constants.java b/src/test/java/com/microsoft/sqlserver/testframework/Constants.java index bddba5536..d5b475941 100644 --- a/src/test/java/com/microsoft/sqlserver/testframework/Constants.java +++ b/src/test/java/com/microsoft/sqlserver/testframework/Constants.java @@ -40,7 +40,7 @@ private Constants() {} public static final String xAzureSQLDW = "xAzureSQLDW"; public static final String xAzureSQLMI = "xAzureSQLMI"; public static final String NTLM = "NTLM"; - public static final String Kerberos = "Kerberos"; + public static final String Kerberos = "kerberos"; public static final String MSI = "MSI"; public static final String reqExternalSetup = "reqExternalSetup"; public static final String clientCertAuth = "clientCertAuth";