[MPT-14049] Added audit event types endpoints#68
Conversation
|
Reviewing the code I just noticed the modules are not being added to the mpt_client like for example commerce: mpt_api_client/resources/commerce/commerce.py mpt_api_client/mpt_client.py:43 |
aced284 to
39be8b9
Compare
|
Pushed an update |
| @@ -30,10 +43,14 @@ def test_async_mpt_client() -> None: | |||
| mpt = AsyncMPTClient.from_config(base_url=API_URL, api_token=API_TOKEN) | |||
| commerce = mpt.commerce | |||
There was a problem hiding this comment.
it is better to make the test parametrized instead of multiple asserts :-)
There was a problem hiding this comment.
it is better to make the test parametrized instead of multiple asserts :-)
I can update this test on my next PR. I'm adding Accounts, so I can make this parametrized when I update this test. Have to update it anyway.



Added audit event types endpoints
https://softwareone.atlassian.net/browse/MPT-14049