Skip to content

Commit 4ab4b28

Browse files
committed
Fix flaky AppSec schema extraction spec
1 parent 90a021a commit 4ab4b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/datadog/appsec/integration/api_security/schema_extraction_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
before do
2020
allow(telemetry).to receive(:inc)
21+
allow(telemetry).to receive(:app_endpoints_loaded)
2122
allow(Datadog::AppSec).to receive(:telemetry).and_return(telemetry)
2223

2324
# NOTE: Due to the legacy code in AppSec component we always patch Devise

0 commit comments

Comments
 (0)