Skip to content

Commit f597eca

Browse files
committed
rename method - e2e test
1 parent 482b1f8 commit f597eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/numbers/features/steps/numbers.steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def step_when_list_phone_numbers(context):
165165
number_type='LOCAL'
166166
)
167167
# Get the first page
168-
context.response = response.list()
168+
context.response = response.get_content()
169169

170170

171171
@then('the response contains "{count}" phone numbers')

0 commit comments

Comments
 (0)