responses[None] = {
    "pagelen": 30,
    "values": [
        {
            "key": "12345",
            "description": "This commit looks good.",
            "repository": {
                "links": {
                    "self": {"href": "bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1"},
                    "html": {"href": "https://bitbucket.org/TestWorkspace1/testrepository1"},
                    "avatar": {"href": "https://bytebucket.org/ravatar/%7BRepoUUID%7D?ts=default"},
                },
                "type": "repository",
                "name": "testrepository1",
                "full_name": "TestWorkspace1/testrepository1",
                "uuid": "{RepoUUID}",
            },
            "url": "http://urltothebui.ld/5",
            "links": {
                "commit": {
                    "href": "bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/commit/1fbd047cd99a"
                },
                "self": {
                    "href": "bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/commit/1fbd047cd99a/statuses/build/12345"
                },
            },
            "refname": "feature/abranch",
            "state": "SUCCESSFUL",
            "created_on": "2021-01-22T14:47:16.366063+00:00",
            "commit": {
                "hash": "1fbd047cd99a",
                "type": "commit",
                "links": {
                    "self": {
                        "href": "bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/commit/1fbd047cd99a"
                    },
                    "html": {"href": "https://bitbucket.org/TestWorkspace1/testrepository1/commits/1fbd047cd99a"},
                },
            },
            "updated_on": "2021-01-22T14:51:00.667312+00:00",
            "type": "build",
            "name": "Build #5",
        }
    ],
    "page": 1,
    "size": 1,
}
