Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 24, 2024
1 parent 3848ad7 commit 4e624c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/services/spec/support/aws_stubs.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AWSRequests = Class.new(Array).new
AWSRequests = Array.new
AWSRequest = Struct.new(:context, :operation_name, keyword_init: true)

Aws.config[:ecs] = {
Expand Down

0 comments on commit 4e624c9

Please sign in to comment.