correct acceptance test

This commit is contained in:
Sam 2016-02-17 18:38:57 +11:00
parent a5c5ac12fb
commit 8981ca41f0
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ const User = RestModel.extend({
type: 'PUT'
}).then(result => {
this.set('bio_excerpt', result.user.bio_excerpt);
const userProps = Em.getProperties(this.get('user-option'),'enable_quoting', 'external_links_in_new_tab', 'dynamic_favicon');
const userProps = Em.getProperties(this.get('user_option'),'enable_quoting', 'external_links_in_new_tab', 'dynamic_favicon');
Discourse.User.current().setProperties(userProps);
}).finally(() => {
this.set('isSaving', false);

File diff suppressed because one or more lines are too long