Skip to content

Commit 2838900

Browse files
author
Gaurav Saini
committed
Test
1 parent d595a64 commit 2838900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_fdk.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def test_handle_simple_request()
6666
assert_equal 200, resp.code.to_i
6767
assert_equal "\"hello world\"", resp.body
6868
assert_equal "application/json", resp["content-type"]
69+
assert_equal "fdk-ruby/#{FDK::VERSION}", resp["Fn-Fdk-Version"]
6970
}
7071
end
7172

0 commit comments

Comments
 (0)