5cc824a Send json the correct way

Authored and Committed by zlopez 2 years ago
    Send json the correct way
    
    During the manual testing was found out that the json wasn't sent the way the
    pagure is expecting it (as string). So this commit adds json.dumps before
    sending the payload itself.
    
    It also fixes formatting of one message.
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>
    
        
file modified
+105 -82
file modified
+11 -8