Commit c3a37330 authored by Drew Blessing's avatar Drew Blessing Committed by Drew Blessing

Full SCIM Identities support for the SCIM API

The SCIM API now supports SCIM Identities in all endpoints
when the `scim_identities` feature flag is enabled for a group.
For now the feature flag remains disabled by default.
parent a3714689
......@@ -86,6 +86,8 @@ describe ::EE::Gitlab::Scim::ProvisioningService do
extern_uid: 'test_uid'
}
end
end
end
it 'fails with error' do
expect(service.execute.status).to eq(:error)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment