Skip to content

Commit

Permalink
Eventing: fix couchbase-cli tests
Browse files Browse the repository at this point in the history
Change-Id: Ia0be2175c5583ab26d7c1ccdea66c9ab048b7231
Reviewed-on: http://review.couchbase.org/c/testrunner/+/162048
Tested-by: Chanabasappa Ghali <chanabasappa.ghali@couchbase.com>
Reviewed-by: Chanabasappa Ghali <chanabasappa.ghali@couchbase.com>
  • Loading branch information
Sujay2611 committed Sep 22, 2021
1 parent aeca4f5 commit 5d6f305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytests/eventing/eventing_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def test_eventing_lifecycle_with_couchbase_cli(self):
skip_stats_validation=True)
# list the function
self._couchbase_cli_eventing(eventing_node, "Function_396275055_test_export_function", "list",
" Status: Deployed")
" Status: deployed")
# export the function
self._couchbase_cli_eventing(eventing_node, "Function_396275055_test_export_function", "export",
"SUCCESS: Function exported to: Function_396275055_test_export_function2.json",
Expand Down Expand Up @@ -363,7 +363,7 @@ def test_eventing_lifecycle_with_couchbase_cli_from_now(self):
skip_stats_validation=True)
# list the function
self._couchbase_cli_eventing(eventing_node, "Function_396275055_test_export_function", "list",
" Status: Deployed")
" Status: deployed")
# export the function
self._couchbase_cli_eventing(eventing_node, "Function_396275055_test_export_function", "export",
"SUCCESS: Function exported to: Function_396275055_test_export_function2.json",
Expand Down

0 comments on commit 5d6f305

Please sign in to comment.