Skip to content

Commit

Permalink
SQS/SNS Hackfest - Use the same flag that production uses for SQS.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 15, 2017
1 parent 7a42130 commit c12fd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access-control-app/dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
(let [queue-broker (queue-broker-wrapper/create-queue-broker-wrapper
(if use-external-mq?
(queue-broker/create-queue-broker (int-test-util/queue-config))
(int-test-util/create-memory-queue-broker)))]
(int-test-util/create-broker)))]
;; Start side api server
(alter-var-root
#'side-api-server
Expand Down

0 comments on commit c12fd79

Please sign in to comment.