Fix tests

This commit is contained in:
Erik Geiser
2025-11-07 10:20:42 +01:00
parent f10c74e78c
commit bb02617c3d
-8
View File
@@ -277,14 +277,6 @@ func TestKerberos(t *testing.T) {
},
ShouldUseKerberos: true,
},
{
Opts: adauth.Options{
User: upn,
// CCache does not matter if file is not even there
CCache: "testdata/doesnotexist",
},
ShouldUseKerberos: false,
},
}
for i, testCase := range testCases {