aboutsummaryrefslogtreecommitdiff
path: root/kamon-spray/src/test/scala
diff options
context:
space:
mode:
authorIvan Topolnak <itopolnak@despegar.com>2014-02-06 10:23:34 -0300
committerIvan Topolnak <itopolnak@despegar.com>2014-02-06 10:48:34 -0300
commit679b0dcb8e715a2e7e3226b05755931453cf510d (patch)
treeb9bd0803ef49cebc736f54862789e5680e09c9e5 /kamon-spray/src/test/scala
parent522a12c90788c402a364407e146d302e6519a3da (diff)
downloadKamon-679b0dcb8e715a2e7e3226b05755931453cf510d.tar.gz
Kamon-679b0dcb8e715a2e7e3226b05755931453cf510d.tar.bz2
Kamon-679b0dcb8e715a2e7e3226b05755931453cf510d.zip
minor cleanup before relasing 0.0.13
Diffstat (limited to 'kamon-spray/src/test/scala')
-rw-r--r--kamon-spray/src/test/scala/kamon/spray/ServerRequestInstrumentationSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-spray/src/test/scala/kamon/spray/ServerRequestInstrumentationSpec.scala b/kamon-spray/src/test/scala/kamon/spray/ServerRequestInstrumentationSpec.scala
index d3d18a1b..1c5b56cd 100644
--- a/kamon-spray/src/test/scala/kamon/spray/ServerRequestInstrumentationSpec.scala
+++ b/kamon-spray/src/test/scala/kamon/spray/ServerRequestInstrumentationSpec.scala
@@ -27,7 +27,7 @@ import kamon.metrics.{ TraceMetrics, Metrics }
import kamon.metrics.Subscriptions.TickMetricSnapshot
class ServerRequestInstrumentationSpec extends TestKit(ActorSystem("spec")) with WordSpecLike with Matchers with RequestBuilding
- with ScalaFutures with PatienceConfiguration with TestServer {
+ with ScalaFutures with PatienceConfiguration with TestServer {
"the spray server request tracing instrumentation" should {
"reply back with the same trace token header provided in the request" in {