We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785a97a commit 96d815cCopy full SHA for 96d815c
spec/plugin_spec.rb
@@ -124,7 +124,7 @@
124
end
125
126
describe 'fetch custom attributes' do
127
- after { DiscoursePluginRegistry.reset! }
+ after { DiscoursePluginRegistry.reset_register!(:oauth2_basic_additional_json_paths) }
128
129
let(:response) do
130
{
@@ -133,7 +133,7 @@
133
}
134
135
136
- xit 'stores custom attributes in the user associated account' do
+ it 'stores custom attributes in the user associated account' do
137
custom_path = 'account.custom_attr'
138
DiscoursePluginRegistry.register_oauth2_basic_additional_json_path(
139
custom_path,
0 commit comments