Skip to content

[ignore][will not land] All new launchpad endpoints #93991

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

Closed
wants to merge 2 commits into from

Conversation

NicoHinderling
Copy link
Contributor

@NicoHinderling NicoHinderling commented Jun 20, 2025

just posting for @noahsmartin if interested in seeing - will create a separate PR for these endpoints once #93865 lands

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 20, 2025
Copy link

codecov bot commented Jun 20, 2025

❌ 5 Tests Failed:

Tests completed Failed Passed Skipped
26723 5 26718 240
View the top 3 failed test(s) by shortest run time
tests.sentry.preprod.api.endpoints.test_launchpad_authentication.TestLaunchpadAuthentication::test_update_endpoint_requires_auth
Stack Traces | 2.06s run time
#x1B[1m#x1B[.../api/endpoints/test_launchpad_authentication.py#x1B[0m:71: in test_update_endpoint_requires_auth
    assert response.status_code == 404
#x1B[1m#x1B[31mE   assert 400 == 404#x1B[0m
#x1B[1m#x1B[31mE    +  where 400 = <Response status_code=400, "application/json">.status_code#x1B[0m
tests.sentry.api.endpoints.test_project_preprod_artifact_download.ProjectPreprodArtifactDownloadEndpointTest::test_download_preprod_artifact_success
Stack Traces | 2.25s run time
#x1B[1m#x1B[.../api/endpoints/test_project_preprod_artifact_download.py#x1B[0m:30: in test_download_preprod_artifact_success
    assert response.status_code == 200
#x1B[1m#x1B[31mE   assert 403 == 200#x1B[0m
#x1B[1m#x1B[31mE    +  where 403 = <Response status_code=403, "application/json">.status_code#x1B[0m
tests.sentry.api.endpoints.test_project_preprod_artifact_download.ProjectPreprodArtifactDownloadEndpointTest::test_download_preprod_artifact_not_found
Stack Traces | 2.39s run time
#x1B[1m#x1B[.../api/endpoints/test_project_preprod_artifact_download.py#x1B[0m:40: in test_download_preprod_artifact_not_found
    assert response.status_code == 404
#x1B[1m#x1B[31mE   assert 403 == 404#x1B[0m
#x1B[1m#x1B[31mE    +  where 403 = <Response status_code=403, "application/json">.status_code#x1B[0m

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant