Skip to content

Commit

Permalink
Update test/adapters/redis_client_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRahmanAlHamali <[email protected]>
  • Loading branch information
danmayer and AbdulRahmanAlHamali authored Jul 2, 2024
1 parent f6d16a6 commit cf06b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapters/redis_client_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_dynamic_circuit_breaker
Thread.current[:sub_resource_name] = "two"
client.call("get", "foo") # establish connection for second semian

Thread.current[:sub_resource_name] = "one "
Thread.current[:sub_resource_name] = "one"
client.call("set", "foo", 2)

@proxy.downstream(:latency, latency: 1000).apply do
Expand Down

0 comments on commit cf06b8f

Please sign in to comment.