Skip to content

Conversation

@engAmirEng
Copy link
Contributor

@engAmirEng engAmirEng commented May 15, 2023

this fixes #318

not sure why they did instantiate the ImageRenditionObjectType by hand instead of returning the Rendition instance in the first place

the faling test is "test_query_rendition_url_field" and there is no way to fix it until #329 is merged

executed["data"]["images"][0]["url"], executed["data"]["images"][0]["src"]
)

@unittest.skip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This indicates that perhaps your changes break intended functionality
Please do not skip tests unless there's a specific reason for it, and when you do you should add a reason for it. ref

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, at least I did it in a separate commit😌
Aside from that, you know this pull request fixes a necessary functionality that grapple claims it has but it doesn't, right?

@zerolab
Copy link
Member

zerolab commented Jun 19, 2023

Thank you for this, @engAmirEng
Closing in favour of #337 which takes care of test as well

@zerolab zerolab closed this Jun 19, 2023
@engAmirEng
Copy link
Contributor Author

Thank you for this, @engAmirEng
Closing in favour of #337 which takes care of test as well

Happy to see the repo is going forward🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

querying for "custom_rendition_property" in the example, results in error

2 participants