Skip to content

Commit 281339c

Browse files
author
IlyaNevolin
authored
Update test_api.py
1 parent f8652b7 commit 281339c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spurwing/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def wrapper():
2323
def test_1():
2424
A = sp.get_appointment_types(PID)
2525
log(A)
26-
assert len(A) >= 3
26+
assert len(A) >= 1
2727

2828
appointment_type_id=A[0]['id']
2929

@@ -59,7 +59,7 @@ def test_1():
5959
def test_2():
6060
A = sp.list_appointments(KEY, 1000, 0)
6161
log(A)
62-
assert len(A) == 3
62+
assert len(A) >= 1
6363
assert 'data' in A
6464
assert 'appointments' in A['data']
6565

0 commit comments

Comments
 (0)