Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Mar 17, 2015
1 parent 569cc4d commit a9d875e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class EventServiceSpec extends Specification {
val accessKeysClient = Storage.getMetaDataAccessKeys

val eventServiceActor = system.actorOf(
Props(classOf[EventServiceActor], eventClient, accessKeysClient))
Props(classOf[EventServiceActor], eventClient, accessKeysClient, true))

"GET / request" should {
"properly produce OK HttpResponses" in {
Expand Down

0 comments on commit a9d875e

Please sign in to comment.