spec/graphql/query/identity_provider_spec.rb in osso-0.0.3.8 vs spec/graphql/query/identity_provider_spec.rb in osso-0.0.3.9

- old
+ new

@@ -53,10 +53,10 @@ end end describe 'for the wrong email scoped user' do let(:current_scope) { 'bar.com' } - + it 'returns Enterprise Account for domain' do expect(subject['errors']).to_not be_empty expect(subject.dig('data', 'enterpriseAccount')).to be_nil end end