Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Feb 20, 2025
1 parent 1b2b9f6 commit a7be943
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@
it 'class instance verification provider' do
expect(InstanceVerification::Providers::Example).to receive(:new)
.with(be_a(ActiveSupport::Logger), be_a(ActionDispatch::Request), expected_payload, nil).and_call_original.at_least(:once)
allow(File).to receive(:directory?)
allow(Dir).to receive(:mkdir)
allow(Dir).to receive(:children)
allow(FileUtils).to receive(:touch)
allow(InstanceVerification).to receive(:get_cache_entries).and_return([])
post url, params: payload, headers: headers
end
end
Expand Down

0 comments on commit a7be943

Please sign in to comment.