5055b34 test_config: fix fips_mode key in Env

1 file Authored by tkrizek 7 years ago, Committed by mbasti 7 years ago,
    test_config: fix fips_mode key in Env
    
    Setting fips_mode to object would fail if ipaplatform.tasks module
    wasn't present.
    
    https://fedorahosted.org/freeipa/ticket/5695
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>