integration-cli: migrate test api error json#51176
integration-cli: migrate test api error json#51176sameergupta4873 wants to merge 1 commit intomoby:masterfrom
Conversation
ec233fa to
a8a86a9
Compare
|
Hi @vvoland, please review the changes. Thanks |
robmry
left a comment
There was a problem hiding this comment.
Hi @sameergupta4873 - thank you for taking a look at this.
It needs a couple of updates (please squash changes into a single commit) ... and I think it'd be better to name the file api_test.go, to make a landing place for the other tests in integration-cli/docker_api_test.go.
a8a86a9 to
175ec5f
Compare
b7ccaef to
f0ffc3a
Compare
|
Thank you for the review, @robmry. I’ve incorporated the suggested changes:
Verified locally using: TEST_FILTER='TestAPIErrorJSON' make test-integrationand the test passed successfully. Please let me know if any further refinements are needed. Thank you again for your guidance. |
|
Thank you for the update - looks good, but a merge commit has crept in somehow ... could you drop that one? (Maybe need to rebase your branch instead of merging to it?) |
Signed-off-by: Sameer Gupta <sameergupta4873@gmail.com> test: migrate test api error json
5d38bd9 to
1c2dc57
Compare
|
Thanks, @robmry! Please let me know if everything looks good or if you spot anything else that needs adjusting. |
Migrated the TestAPIErrorJSON to integration tests in reference to the integration-cli migration epic #50159
Using test on integration-cli/docker_api_test.go
Run the integration test