-
Notifications
You must be signed in to change notification settings - Fork 192
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
Fixes #2051: Remove type-stylo from EXTRA_LABELS allow-list #2573
Conversation
Travis tests have failedHey @suhailsinghbains, 1st Buildnosetests
sleep 5
npm run test:js -- --reporters="runner" --firefoxBinary=`which firefox`
|
Hi @miketaylr I didn't understand why travis-ci failed, please could help me. |
The travis failure is about two tests. |
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.
Thanks @suhailsinghbains
tests/unit/test_form.py
Outdated
@@ -136,7 +136,7 @@ def test_get_metadata(self): | |||
form_object = MultiDict([ | |||
('reported_with', u'desktop-reporter'), | |||
('url', u'http://localhost:5000/issues/new'), | |||
('extra_labels', [u'type-stylo', u'type-webrender-enabled']), | |||
('extra_labels', u'type-webrender-enabled'), |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@suhailsinghbains tests are passing, thanks! I think if we could just squash the last 2 commits into a single commit with a commit message that refers to updating tests, we're good to merge here. Do you know how to do that, or would you like some help? |
I'll search it and do that, otherwise would ping you. |
718b2a8
to
3f4fc3d
Compare
Cool! It looks like you nearly got there -- can you just add a reference to the issue number in the final commit? Then we're good to merge. 👍 |
Okay, sure ! |
3f4fc3d
to
5fd548a
Compare
Thank you! Sorry for the delay! 🎈 |
Fixes #2051
I removed type-stylo from config/init.py
I removed type-stylo from tests/unit/test_form.py
[Yes ] I have read the Pull Request + Code Style Guidelines thoroughly.