File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
dev-packages/node-integration-tests/suites/express/without-tracing Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,7 @@ test('correctly applies isolation scope even without tracing', done => {
23
23
} ,
24
24
} ,
25
25
} )
26
- . expect ( {
27
- event : {
28
- transaction : 'GET /test/isolationScope/2' ,
29
- tags : {
30
- global : 'tag' ,
31
- 'isolation-scope' : 'tag' ,
32
- 'isolation-scope-2' : '2' ,
33
- } ,
34
- // Request is correctly set
35
- request : {
36
- url : expect . stringContaining ( '/test/isolationScope/2' ) ,
37
- headers : {
38
- 'user-agent' : expect . stringContaining ( '' ) ,
39
- } ,
40
- } ,
41
- } ,
42
- } )
43
26
. start ( done ) ;
44
27
45
- runner . makeRequest ( 'get' , '/test/isolationScope/1' ) . then ( ( ) => runner . makeRequest ( 'get' , '/test/isolationScope/2' ) ) ;
28
+ runner . makeRequest ( 'get' , '/test/isolationScope/1' ) ;
46
29
} ) ;
You can’t perform that action at this time.
0 commit comments