|
|
@@ -305,4 +305,4 @@ func TestUnmarshalASRepDecodeAndDecrypt_withPassword(t *testing.T) {
|
|
|
assert.Equal(t, test_realm, asRep.DecryptedEncPart.SRealm, "Service realm not as expected")
|
|
|
assert.Equal(t, 2, asRep.DecryptedEncPart.SName.NameType, "Name type for AS_REP not as expected")
|
|
|
assert.Equal(t, []string{"krbtgt", test_realm}, asRep.DecryptedEncPart.SName.NameString, "Service name string not as expected")
|
|
|
-}
|
|
|
+}
|