Commit 2df79b4a authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'move-ff-serializers-to-core' into 'master'

Move Feature Flag Serializers into Core RUN AS-IF-FOSS

See merge request gitlab-org/gitlab!42903
parents 6286d62d 39c0c9ef
......@@ -11,7 +11,7 @@ RSpec.describe FeatureFlagsClientSerializer do
subject { serializer.represent_token(feature_flags_client).to_json }
it 'includes feature flags client token' do
expect(subject).to match_schema('feature_flags_client_token', dir: 'ee')
expect(subject).to match_schema('feature_flags_client_token')
end
end
end
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