Skip to content

Commit 9f30ad4

Browse files
committed
updated test for get info links
1 parent ab00995 commit 9f30ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybutton/test/resources/links_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def test_get_info(self):
4545
response = link.create(link_payload)
4646

4747
self.assertEqual(response, link_response)
48-
api_post.assert_called_with('/v1/links/info', link_payload)
48+
api_post.assert_called_with('/v1/links', link_payload)

0 commit comments

Comments
 (0)