bkabrda / pagure

Forked from pagure 6 years ago
Clone

9c6ee5e Small bug fix and test for the API endpoint listing user's issues

Authored and Committed by pingou 6 years ago
    Small bug fix and test for the API endpoint listing user's issues
    
    We were adding the `author` filter after we had copied the dict of
    parameters which meant that filter wasn't being applied.
    This is now fixed.
    
    This commit also adds some tests for this API endpoint (which lead to the
    discovery of the above mentioned bug).
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+7 -2