Skip to content

Commit 83365d4

Browse files
committed
fix unit test
1 parent 40b1b08 commit 83365d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unit_tests/sources/declarative/requesters/paginators/test_default_paginator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(
3737
RequestPath(parameters={}),
3838
None,
39-
"/next_url",
39+
"https://airbyte.io/next_url",
4040
{"limit": 2},
4141
{},
4242
{},
@@ -128,7 +128,7 @@
128128
(
129129
RequestPath(parameters={}),
130130
None,
131-
"/next_url",
131+
"https://airbyte.io/next_url",
132132
{"limit": 2},
133133
{},
134134
{},

0 commit comments

Comments
 (0)