Skip to content

Commit

Permalink
Merging changes to testing test workflows (#12)
Browse files Browse the repository at this point in the history
* Update test_usage_api.py

* Sync dev with main (#11)

* Update test_usage_api.py (#9)

* Updated test_get_billing_usage_by_billing_cycle to fetch billing cycle date from test_get_billing_cycles (#10)

* Removed log function from test base

* Updated test_get_billing_usage_by_billing_cycle to fetch billing cycle from test_get_billing_cycles

---------

Co-authored-by: santhosh-uc <[email protected]>

* Update test_party_analytics_api.py

---------

Co-authored-by: santhosh-uc <[email protected]>
  • Loading branch information
pshenoy-uc and santhosh-uc authored Mar 31, 2023
1 parent c08e1b0 commit bbf9e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_party_analytics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


class TestPartyAnalytics:
# Test all Analytics APIs

def test_get_norm_attorneys_associated_with_norm_party():
return PartyAnalytics.get_norm_attorneys_associated_with_norm_party(
q='caseTypeId:"CTYPATMYyaJekdgj2c" AND caseFiledDate:[2017-01-01T00:00:00+00:00TO2021-11-30T00:00:00+00:00]',
Expand Down

0 comments on commit bbf9e89

Please sign in to comment.