ea792e1 Set pkeys in test_selinuxusermap.py::test_misc::delete_record

1 file Authored by carlmart 2 years ago, Committed by frenaud 2 years ago,
    Set pkeys in test_selinuxusermap.py::test_misc::delete_record
    
    The test_selinuxusermap.py::test_selinuxusermap::test_misc is failing
    because the 'delete_record' function (located in the same file) is passing
    incorrect parameters: it should take the 'pkeys' instead of the full
    data.
    
    The changes will take the right 'pkeys' parameters in the 'test_misc()'
    function.
    
    Fixes: https://pagure.io/freeipa/issue/9161
    
    Signed-off-by: Carla Martinez <carlmart@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>