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 fb30863 commit 5b9e299Copy full SHA for 5b9e299
spec/provider_spec.rb
@@ -7,7 +7,7 @@
7
td
8
}
9
let(:evaluation_context) { OpenFeature::SDK::EvaluationContext.new(key: "user-key") }
10
- let(:config) { LaunchDarkly::Config.new(data_source: td) }
+ let(:config) { LaunchDarkly::Config.new(data_source: td, send_events: false) }
11
let(:provider) { described_class.new("example-key", config) }
12
13
it "metadata is set correctly" do
0 commit comments