diff options
Diffstat (limited to 'spec/lib/feature_spec.rb')
-rw-r--r-- | spec/lib/feature_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/feature_spec.rb b/spec/lib/feature_spec.rb index 1bcb2223012..3e158391d7f 100644 --- a/spec/lib/feature_spec.rb +++ b/spec/lib/feature_spec.rb @@ -269,7 +269,7 @@ RSpec.describe Feature, stub_feature_flags: false do end it 'when invalid type is used' do - expect { described_class.enabled?(:my_feature_flag, type: :licensed) } + expect { described_class.enabled?(:my_feature_flag, type: :ops) } .to raise_error(/The `type:` of/) end |