Skip to content

Commit 3a18421

Browse files
committed
Fix test naming
1 parent 238852f commit 3a18421

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sentry-spring-7/src/test/kotlin/io/sentry/spring7/tracing/SentrySpanClientHttpRequestInterceptorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SentrySpanClientHttpRequestInterceptorTest {
6868
}
6969

7070
@Test
71-
fun `does not attach w3c trace parent header when enabled`() {
71+
fun `does not attach w3c trace parent header when disabled`() {
7272
val sut = fixture.create { options -> options.isPropagateTraceparent = false }
7373
sut.intercept(fixture.request, fixture.body, fixture.requestExecution)
7474

sentry-spring-jakarta/src/test/kotlin/io/sentry/spring/jakarta/tracing/SentrySpanClientHttpRequestInterceptorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SentrySpanClientHttpRequestInterceptorTest {
6868
}
6969

7070
@Test
71-
fun `does not attach w3c trace parent header when enabled`() {
71+
fun `does not attach w3c trace parent header when disabled`() {
7272
val sut = fixture.create { options -> options.isPropagateTraceparent = false }
7373
sut.intercept(fixture.request, fixture.body, fixture.requestExecution)
7474

sentry-spring/src/test/kotlin/io/sentry/spring/tracing/SentrySpanClientHttpRequestInterceptorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SentrySpanClientHttpRequestInterceptorTest {
6868
}
6969

7070
@Test
71-
fun `does not attach w3c trace parent header when enabled`() {
71+
fun `does not attach w3c trace parent header when disabled`() {
7272
val sut = fixture.create { options -> options.isPropagateTraceparent = false }
7373
sut.intercept(fixture.request, fixture.body, fixture.requestExecution)
7474

0 commit comments

Comments
 (0)