Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Saini committed Jun 2, 2021
1 parent d595a64 commit 2838900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_fdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_handle_simple_request()
assert_equal 200, resp.code.to_i
assert_equal "\"hello world\"", resp.body
assert_equal "application/json", resp["content-type"]
assert_equal "fdk-ruby/#{FDK::VERSION}", resp["Fn-Fdk-Version"]
}
end

Expand Down

0 comments on commit 2838900

Please sign in to comment.