Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test data exists for each stream during integration test #114

Open
visch opened this issue Mar 3, 2022 · 0 comments
Open

Test data exists for each stream during integration test #114

visch opened this issue Mar 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@visch
Copy link
Contributor

visch commented Mar 3, 2022

#113 should not happen

Example Dataset

{
    "data": [
        {
            "id": "2859994400527229584",
            "task": {
                "id": "1d20c7t",
                "name": "Understanding ClickUp Hierarchy",
                "status": {
                    "status": "to do",
                    "color": "#d3d3d3",
                    "type": "open",
                    "orderindex": 0
                },
                "custom_type": null
            },
            "wid": "18011725",
            "user": {
                "id": 30025034,
                "username": "Derek Visch",
                "email": "[email protected]",
                "color": "#d60800",
                "initials": "DV",
                "profilePicture": null
            },
            "billable": false,
            "start": "1646265089931",
            "end": "1646265104129",
            "duration": "14198",
            "description": "",
            "tags": [],
            "source": "clickup",
            "at": "1646265104129",
            "task_location": {
                "list_id": "126232272",
                "folder_id": "72109417",
                "space_id": "30029929"
            },
            "task_url": "https://app.clickup.com/t/1d20c7t"
        },
        {
            "id": "2859994506945110673",
            "task": {
                "id": "1d20c7t",
                "name": "Understanding ClickUp Hierarchy",
                "status": {
                    "status": "to do",
                    "color": "#d3d3d3",
                    "type": "open",
                    "orderindex": 0
                },
                "custom_type": null
            },
            "wid": "18011725",
            "user": {
                "id": 30025034,
                "username": "Derek Visch",
                "email": "[email protected]",
                "color": "#d60800",
                "initials": "DV",
                "profilePicture": null
            },
            "billable": false,
            "start": "1646263896253",
            "end": "1646265096253",
            "duration": "1200000",
            "description": "",
            "tags": [],
            "source": "clickup",
            "at": "1646265096305",
            "task_location": {
                "list_id": "126232272",
                "folder_id": "72109417",
                "space_id": "30029929"
            },
            "task_url": "https://app.clickup.com/t/1d20c7t"
        }
    ]
}

Output should be 2 time entries

@visch visch changed the title Add Integration Tests Add Integration Test Mar 3, 2022
@visch visch added the enhancement New feature or request label Mar 3, 2022
@visch visch changed the title Add Integration Test Test data exists for each stream during integration test Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant