mirror of
https://github.com/RedTeamPentesting/adauth
synced 2026-06-08 12:20:46 +00:00
Fix tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user