Skip to content

Commit 4675a3f

Browse files
authored
Updated line item tests with a proper class name.
1 parent 3855964 commit 4675a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lineitems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
BASE_HOST = "http://test-url.example"
1616

1717

18-
class TestProjectEndpoints(unittest.TestCase):
18+
class TestLineItemEndpoints(unittest.TestCase):
1919
def setUp(self):
2020
self.api = DemandAPIClient(client_id='test', username='testuser', password='testpass', base_host=BASE_HOST)
2121
self.api._access_token = 'Bearer testtoken'

0 commit comments

Comments
 (0)