Skip to content

Commit

Permalink
Print result if it doesn't raise.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 13, 2024
1 parent 708f4f7 commit ef5f5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cloudflare/kv/namespaces.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
fetched_namespace = account.kv_namespaces.find_by_id(namespace.id)

expect do
fetched_namespace.read_value(key)
pp key: key, value: value, fetched_value: fetched_namespace.read_value(key)
end.to raise_exception(Cloudflare::RequestError)
end

Expand Down

0 comments on commit ef5f5b3

Please sign in to comment.