3e4b310 test_integration.config: Convert some text values to str

Authored and Committed by pviktori 10 years ago
    test_integration.config: Convert some text values to str
    
    When loading from file, some strings are loaded as unicode,
    which would throw off assert_deepequal.
    
    Reviewed-By: Tomas Babej <tbabej@redhat.com>