Skip to content

Commit

Permalink
Move AppSec integration tests in appsec/contrib/
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech committed Jan 21, 2025
1 parent b571cb3 commit 61f12ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ namespace :spec do
# Datadog AppSec integration specs
desc '' # "Explicitly hiding from `rake -T`"
RSpec::Core::RakeTask.new(:integration) do |t, args|
t.pattern = 'spec/datadog/appsec/integration/**/*_spec.rb'
t.pattern = 'spec/datadog/appsec/contrib/integration/**/*_spec.rb'
t.rspec_opts = args.to_a.join(' ')
end

Expand Down

0 comments on commit 61f12ed

Please sign in to comment.