aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/AuthTest.scala
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-04-12 16:54:02 -0700
committervlad <vlad@driver.xyz>2017-04-12 16:54:02 -0700
commitfbf25ed06bf87af2d139ae58f208d9bb5b299e03 (patch)
tree47994135932da08895cbdb9318e9ec60d9e01c3a /src/test/scala/xyz/driver/core/AuthTest.scala
parent24596a3a6f27c53f6c2de844c0f89a9194adb8fb (diff)
downloaddriver-core-fbf25ed06bf87af2d139ae58f208d9bb5b299e03.tar.gz
driver-core-fbf25ed06bf87af2d139ae58f208d9bb5b299e03.tar.bz2
driver-core-fbf25ed06bf87af2d139ae58f208d9bb5b299e03.zip
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