Skip to content

Commit b49268f

Browse files
fix casing
1 parent b30a016 commit b49268f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
)

0 commit comments

Comments
 (0)