aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/AuthTest.scala
diff options
context:
space:
mode:
authorVlad Uspensky <v.uspenskiy@icloud.com>2017-04-13 10:22:34 -0700
committerGitHub <noreply@github.com>2017-04-13 10:22:34 -0700
commite53941b339c08269c40b0f2bb9eb123917a2f971 (patch)
tree1c88759d0cd63e5009d3173f695011c447a2e500 /src/test/scala/xyz/driver/core/AuthTest.scala
parent24596a3a6f27c53f6c2de844c0f89a9194adb8fb (diff)
parent2d0aba0eaf360c521d9bcfbf48dc748b777301d2 (diff)
downloaddriver-core-e53941b339c08269c40b0f2bb9eb123917a2f971.tar.gz
driver-core-e53941b339c08269c40b0f2bb9eb123917a2f971.tar.bz2
driver-core-e53941b339c08269c40b0f2bb9eb123917a2f971.zip
Merge pull request #33 from drivergroup/PDW-598v0.12.0
PDW-598 Getting rid of log wrapper
Diffstat (limited to 'src/test/scala/xyz/driver/core/AuthTest.scala')
-rw-r--r--src/test/scala/xyz/driver/core/AuthTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/xyz/driver/core/AuthTest.scala b/src/test/scala/xyz/driver/core/AuthTest.scala
index d1a37a2..ad8cec8 100644
--- a/src/test/scala/xyz/driver/core/AuthTest.scala
+++ b/src/test/scala/xyz/driver/core/AuthTest.scala
@@ -8,7 +8,7 @@ import akka.http.scaladsl.testkit.ScalatestRouteTest
import org.scalatest.mock.MockitoSugar
import org.scalatest.{FlatSpec, Matchers}
import xyz.driver.core.auth._
-import xyz.driver.core.logging.NoLogger
+import xyz.driver.core.logging._
import xyz.driver.core.rest.{AuthProvider, Authorization, ServiceRequestContext}
import scala.concurrent.Future