31455d7 Fix the output in test_pagure_flask_ui_fork

Authored and Committed by zlopez 2 years ago
    Fix the output in test_pagure_flask_ui_fork
    
    The output has some HTML strings that are not decoded. This fix will add
    replace to convert the value to string.
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>