mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tests/krb5: Check that test parameters are not going unseen
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a85d26fd74
commit
1b5c57c305
@ -766,9 +766,11 @@ class ClaimsTests(KDCBaseTest):
|
||||
self.fail(f'Unknown class "{account_class}"')
|
||||
|
||||
all_claims = case.pop('claims')
|
||||
(details, _,
|
||||
(details, mod_msg,
|
||||
expected_claims,
|
||||
unexpected_claims) = self.setup_claims(all_claims)
|
||||
self.assertFalse(mod_msg,
|
||||
'mid-test modifications not supported in this test')
|
||||
creds = self.get_cached_creds(
|
||||
account_type=account_type,
|
||||
opts={
|
||||
|
Loading…
Reference in New Issue
Block a user