Skip to content

Commit 7f95e77

Browse files
committed
Update test_user_tos_agreements to use string format for location coordinates
1 parent 77d1d74 commit 7f95e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/test_users_tos_agreements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@pytest.mark.vcr
77
def test_user_tos_agreements_create():
88
tos = UserTOSAgreement.create(
9-
location=dict(latitude=9.3953792, longitude=-99.139584),
9+
location="9.3953792,-99.139584",
1010
tos_id="TS67f5bf03c1fc891bdf36090d",
1111
)
1212
assert tos.id

0 commit comments

Comments
 (0)