Skip to content

Commit

Permalink
Merge pull request #2775 from carpentries/fix/2771-update-api-seriali…
Browse files Browse the repository at this point in the history
…zer-for-attachments

feat(#2771): Update API serializer for inline Attachments
  • Loading branch information
pbanaszkiewicz authored Mar 2, 2025
2 parents 8216fec + 63d33f7 commit ae70f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions amy/api/v2/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ class Meta:
"filename",
"s3_path",
"s3_bucket",
"presigned_url",
"presigned_url_expiration",
)


Expand Down
1 change: 0 additions & 1 deletion amy/workshops/tests/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class SilenceLogsRunner(DiscoverRunner):

def __init__(self, **kwargs: Any) -> None:
self.log_output = kwargs.pop("log_output", False)
print(self.log_output)
super().__init__(**kwargs)

@classmethod
Expand Down

0 comments on commit ae70f25

Please sign in to comment.