Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
[redis-transport] back to rabbitmq for specs (default transport)
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed May 20, 2015
1 parent ade98fb commit f52e7af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions spec/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"transport": {
"name": "redis"
},
"api": {
"user": "foo",
"password": "bar"
Expand Down
2 changes: 1 addition & 1 deletion spec/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def redis
end

def setup_transport
@transport = Sensu::Transport.connect("redis", {})
@transport = Sensu::Transport.connect("rabbitmq", {})
end

def transport
Expand Down

0 comments on commit f52e7af

Please sign in to comment.