diff --git a/azuread/azuread_test.go b/azuread/azuread_test.go index 0b5a42e0..bcdedfcb 100644 --- a/azuread/azuread_test.go +++ b/azuread/azuread_test.go @@ -56,7 +56,7 @@ func TestTDS8ConnWithAzureSqlAuth(t *testing.T) { t.Fatal("Scan failed:", err.Error()) } assert.Equal(t, "TSQL", protocolName, "Protocol name does not match") - assert.Equal(t, "0x08000000", hex.EncodeToString(tdsver)) + assert.Equal(t, "08000000", hex.EncodeToString(tdsver)) } // returns parsed connection parameters derived from