fef4b95 Tests: Duplicate declaration on variables in ID views tests

1 file Authored by lryznaro 7 years ago, Committed by mbasti 7 years ago,
    Tests: Duplicate declaration on variables in ID views tests
    
    In ipatests/test_xmlrpc/test_idviews_plugin several variables are declared
    twice, while never using the first declaration. The duplicate declaration is
    hereby removed.
    
    https://fedorahosted.org/freeipa/ticket/6246
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>