Skip to content

Commit eee2591

Browse files
committed
refactor: remove /graphql/skywalking and replace /graphql/spp with /graphql
1 parent 6570686 commit eee2591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/TestUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class TestUtils {
101101
static async addLiveBreakpoint(location, condition, hitLimit) {
102102
const options = {
103103
method: 'POST',
104-
url: `${host}/graphql/spp`,
104+
url: `${host}/graphql`,
105105
headers: {
106106
'Content-Type': 'application/json',
107107
Authorization: 'Bearer ' + await tokenPromise
@@ -124,7 +124,7 @@ class TestUtils {
124124
static async addLiveLog(location, condition, hitLimit, logFormat, logArguments) {
125125
const options = {
126126
method: 'POST',
127-
url: `${host}/graphql/spp`,
127+
url: `${host}/graphql`,
128128
headers: {
129129
'Content-Type': 'application/json',
130130
Authorization: 'Bearer ' + await tokenPromise

0 commit comments

Comments
 (0)