Skip to content

Commit 683a008

Browse files
NicoHinderlingchromy
authored andcommitted
fix casing
1 parent 1fa6529 commit 683a008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sentry/preprod/api/endpoints/organization_preprod_artifact_assemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ def post(self, request: Request, project) -> Response:
190190
{
191191
"state": ChunkFileState.CREATED,
192192
"missingChunks": [],
193-
"artifact_url": artifact_url,
193+
"artifactUrl": artifact_url,
194194
}
195195
)

src/sentry/preprod/url_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from sentry.models.organization import Organization
44

55

6-
def get_preprod_artifact_url(organization_id: int, artifact_id: int) -> str:
6+
def get_preprod_artifact_url(organization_id: int, artifact_id: str) -> str:
77
"""
88
Build a region/customer-domain aware absolute URL for the preprod artifact UI.
99
"""

0 commit comments

Comments
 (0)