Skip to content

SWI-2832 Migrate to OpenAPI Generator v7.0.0#156

Merged
ajrice6713 merged 29 commits intofeature/openapi-generator-sdkfrom
SWI-2832
Sep 14, 2023
Merged

SWI-2832 Migrate to OpenAPI Generator v7.0.0#156
ajrice6713 merged 29 commits intofeature/openapi-generator-sdkfrom
SWI-2832

Conversation

@ajrice6713
Copy link
Contributor

No description provided.

@ajrice6713 ajrice6713 changed the title SSI-2832 Migrate to OpenAPI Generator v7.0.0 SWI\-2832 Migrate to OpenAPI Generator v7.0.0 Sep 1, 2023
@ajrice6713 ajrice6713 changed the title SWI\-2832 Migrate to OpenAPI Generator v7.0.0 SWI-2832 Migrate to OpenAPI Generator v7.0.0 Sep 1, 2023
@ajrice6713 ajrice6713 marked this pull request as ready for review September 5, 2023 21:49
@ajrice6713 ajrice6713 requested a review from a team September 5, 2023 21:49

self.assertApiException(context, UnauthorizedException, 401)

def test_create_call_forbidden(self) -> None:
"""Validate a forbidden (403) request
"""
with self.assertRaises(ForbiddenException) as context:
self.forbidden_api_instance.create_call(BW_ACCOUNT_ID, self.testCallBody, _return_http_data_only=False)
self.forbidden_api_instance.create_call(BW_ACCOUNT_ID, self.testCallBody)

self.assertApiException(context, ForbiddenException, 403)


def test_get_call_state(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to add logic here to deal with the high latency for this operation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all the tests are passing as is so i say leave it for now 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to migrate to mocking anyways right?

Copy link
Contributor

@matthewkmartin matthewkmartin Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to migrate to mocking anyways right?

sad manteca

@bw-github-sdlc-enforcer
Copy link

@noahg1 the github-sdlc-enforcer check was triggered.

Copy link
Contributor

@juliajanu juliajanu Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are all of these new unit test stubs added? For example: test_account_statistics.py exists here and in test/unit.

@hamermike hamermike self-requested a review September 13, 2023 18:55
hamermike
hamermike previously approved these changes Sep 13, 2023
@ajrice6713 ajrice6713 merged commit 7cf0842 into feature/openapi-generator-sdk Sep 14, 2023
@ajrice6713 ajrice6713 deleted the SWI-2832 branch September 14, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants