Skip to content

Commit

Permalink
Fix events_client test stub for WIF
Browse files Browse the repository at this point in the history
  • Loading branch information
asatwal committed Nov 22, 2024
1 parent eab2fd1 commit 848bed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/dfe/analytics/testing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ def events_client
class StubClient
Response = Struct.new(:insert_errors)

def insert(*)
def insert_all_table_data(*)
Response.new([])
end

def authorization; end
end

module TestOverrides
Expand Down

0 comments on commit 848bed7

Please sign in to comment.