Skip to content

Commit

Permalink
we forgot to update the mailgun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror committed Jun 6, 2016
1 parent 75c2064 commit cc66bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/webhooks_controller_spec.rb
Expand Up @@ -8,7 +8,7 @@
context "mailgun" do

it "works" do
SiteSetting.mailgun_api_key = "pubkey-8221462f0c915af3f6f2e2df7aa5a493"
SiteSetting.mailgun_api_key = "key-8221462f0c915af3f6f2e2df7aa5a493"
token = "705a8ccd2ce932be8e98c221fe701c1b4a0afcb8bbd57726de"

user = Fabricate(:user, email: email)
Expand Down

0 comments on commit cc66bff

Please sign in to comment.