Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rm108 by removing conent-assets absulote-link #4683

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

maimorag
Copy link
Contributor

Related Issues

fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-10606

Description

removing absolute links that contains "content-assests"

Copy link

Changelog(s) in markdown:

  • Fixed an issue where content-assets absolute paths raised an error from RM108 validation. #4683

Copy link

Changelog(s) in markdown:

  • Fixed an issue where content-assets absolute paths raised an error from RM108 validation. #4683

Copy link
Contributor

@YuvHayun YuvHayun left a comment

Choose a reason for hiding this comment

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

Nice job.
See my comment.
Also, let's add a test case for that (maybe two after you fix my comment)
Also, did we run validate all with this integration? what were the results?

Comment on lines 81 to 83
# removing content-assets links
if "content-assets"
not in (absolute_link[1] if absolute_link[0] else absolute_link[2])
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should fail if this isn't an image (mpv4/gif/etc..) and in content-assets

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.

2 participants