We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d595a64 commit 2838900Copy full SHA for 2838900
1 file changed
tests/test_fdk.rb
@@ -66,6 +66,7 @@ def test_handle_simple_request()
66
assert_equal 200, resp.code.to_i
67
assert_equal "\"hello world\"", resp.body
68
assert_equal "application/json", resp["content-type"]
69
+ assert_equal "fdk-ruby/#{FDK::VERSION}", resp["Fn-Fdk-Version"]
70
}
71
end
72
0 commit comments