Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Nov 13, 2024
1 parent 88b1f40 commit 269f0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/registry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def get(self, request, asset_id=None):
)
asset_context = AssetContext(
asset=asset,
status="PENDING",
status="PROCESSING",
status_text="The asset context is being generated in the background and will be ready in a moment.",
)
asset_context.save()
Expand Down

0 comments on commit 269f0b4

Please sign in to comment.