Commit 7166655c authored by FulcrandG's avatar FulcrandG
Browse files

Testing values for PRIVATE-TOKEN

parent de4ecc19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ def get_labels(project_name, with_counts=False, include_ancestor_groups=True, se
        Response to the request
    """
    headers = {
        'JOB-TOKEN': JOB_TOKEN
        'PRIVATE-TOKEN': JOB_TOKEN
    }
    payload = {
        'with_counts': with_counts,