Skip to content

Commit 8bb7adb

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
test(netsuite): correct async job citation
1 parent e1b6704 commit 8bb7adb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/tools/netsuite/netsuite.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ const DATASET_SOURCE =
202202
'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_156577938018.html'
203203
const METADATA_SOURCE =
204204
'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1540810174.html'
205-
const ASYNC_SOURCE =
206-
'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_0624010801.html'
205+
const ASYNC_JOB_SOURCE =
206+
'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/subsect_161278579295.html'
207207
const ASYNC_RESULT_SOURCE =
208208
'https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/subsect_161252889998.html'
209209

@@ -550,7 +550,7 @@ const SOURCE_MATRIX: SourceMatrixEntry[] = [
550550
},
551551
{
552552
id: 'netsuite_get_async_status',
553-
source: ASYNC_SOURCE,
553+
source: ASYNC_JOB_SOURCE,
554554
method: 'GET',
555555
path: '/services/rest/async/v1/job/job%2F7',
556556
successStatus: 200,

0 commit comments

Comments
 (0)