Skip to content

Commit

Permalink
tests(functions): Fix a test flake by ensuring ostruct is available (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Oct 3, 2024
1 parent aa8b763 commit f921a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/test/slack_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

require "helper"
require "openssl"
require "ostruct"

describe "functions_slack" do
include FunctionsFramework::Testing
Expand Down

0 comments on commit f921a10

Please sign in to comment.