opensearch-project / opensearch-cli

A full-featured command line interface (CLI) for OpenSearch.
https://opensearch.org/docs/latest/clients/cli/
Apache License 2.0
44 stars 24 forks source link

[BUG] Failing test case due to incorrect error text #78

Closed zethuman closed 1 year ago

zethuman commented 1 year ago

What is the bug? Test case failing cause new error text added, but expected result not updated in tests #66

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Run tests locally or go to actions of project
  2. See error

What is the expected behavior? Successfully passed tests

What is your host/environment?

VachaShah commented 1 year ago

Hi @zethuman, #66 was fixed via PR #97. Does that resolve your issue?

zethuman commented 1 year ago

Basically, yes it does. Actually, does this repository accept pull requests or is it just the maintainer who fixes the bugs himself?

VachaShah commented 1 year ago

Thank you @zethuman for the confirmation. We surely accept all pull requests!

VachaShah commented 1 year ago

Fixed in PR #84