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 d5bbcd5 commit e7a0762Copy full SHA for e7a0762
spec/datadog/open_feature/evaluation_engine_spec.rb
@@ -158,9 +158,9 @@
158
allow(logger).to receive(:error)
159
allow(telemetry).to receive(:report)
160
161
- evaluator.configuration = '{}'
162
- expect { evaluator.reconfigure! }.not_to change {
163
- evaluator.fetch_value(flag_key: 'test', expected_type: :string)[:value]
+ engine.configuration = '{}'
+ expect { engine.reconfigure! }.not_to change {
+ engine.fetch_value(flag_key: 'test', expected_type: :string)[:value]
164
}.from('hello')
165
end
166
0 commit comments