9a775c2 Drop check on calling fedmsg

Authored and Committed by pingou 6 years ago
    Drop check on calling fedmsg
    
    fedmsg is called by the workers not the main process so using mock
    here will simply not work.
    This fixes running the tests.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>