-
Notifications
You must be signed in to change notification settings - Fork 339
Fixes 'spo site set' command to handle site logo and thumbnail from another site. Closes #6689 #6690
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for jumping in with a PR to fix the bug! Looks like our coverage tests didn’t pass. We require full coverage, and it seems to have trouble with the new string you added in |
Thanks for noticing. Should be fixed now. Though I did get the same error with coverage even with this fix initially, but after the fourth time it started magically working. I think it's a user error here, cause I'm not familiar with mocha. So the change in |
Alright, good to know. Looks like updating the spec file clears the coverage, so it should be good for review. Thanks again, we'll aim to review it asap! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a test case that proves that this change works. I'll mark the PR as draft for now, so that we know that we should wait with merging it.
Is this test case something that you would want me to contribute? I guess the following test case should cover the change
|
What @waldekmastykarz means is that you should add a test to the |
Added 4 additional test cases that fail successfully on the current main branch and do not in this pull request. |
Closes #6689