Fix: typos. (#526)
* Fix: typo. Signed-off-by: dblock <[email protected]> * Fix: typo. Signed-off-by: dblock <[email protected]> * Fixed its. Signed-off-by: dblock <[email protected]> * Added Visual Code settings to .gitignore. Signed-off-by: dblock <[email protected]> * Added loop type for async client. Signed-off-by: dblock <[email protected]> --------- Signed-off-by: dblock <[email protected]>
This commit is contained in:
@@ -964,7 +964,7 @@ DATA = [
|
||||
],
|
||||
"committer": {"name": "Honza Kr\xe1l", "email": "[email protected]"},
|
||||
"stats": {"deletions": 0, "insertions": 53, "lines": 53, "files": 2},
|
||||
"description": "From_dict, Q(dict) and bool query parses it's subqueries",
|
||||
"description": "From_dict, Q(dict) and bool query parses its subqueries",
|
||||
"author": {"name": "Honza Kr\xe1l", "email": "[email protected]"},
|
||||
"parent_shas": ["d407f99d1959b7b862a541c066d9fd737ce913f3"],
|
||||
"committed_date": "2014-03-06T20:24:30",
|
||||
|
||||
@@ -123,7 +123,7 @@ class TestAlertingPlugin(OpenSearchTestCase):
|
||||
# Create a dummy monitor
|
||||
self.test_create_monitor()
|
||||
|
||||
# Create a monitor search query by it's name
|
||||
# Create a monitor search query by its name
|
||||
query = {"query": {"match": {"monitor.name": "test-monitor"}}}
|
||||
|
||||
# Perform the search with the above query
|
||||
@@ -141,7 +141,7 @@ class TestAlertingPlugin(OpenSearchTestCase):
|
||||
# Create a dummy monitor
|
||||
self.test_create_monitor()
|
||||
|
||||
# Create a monitor search query by it's name
|
||||
# Create a monitor search query by its name
|
||||
query = {"query": {"match": {"monitor.name": "test-monitor"}}}
|
||||
|
||||
# Perform the search with the above query
|
||||
@@ -165,7 +165,7 @@ class TestAlertingPlugin(OpenSearchTestCase):
|
||||
# Create a dummy monitor
|
||||
self.test_create_monitor()
|
||||
|
||||
# Create a monitor search query by it's name
|
||||
# Create a monitor search query by its name
|
||||
query = {"query": {"match": {"monitor.name": "test-monitor"}}}
|
||||
|
||||
# Perform the search with the above query
|
||||
|
||||
@@ -205,7 +205,7 @@ class YamlRunner:
|
||||
pass
|
||||
|
||||
def run_code(self, test):
|
||||
"""Execute an instruction based on it's type."""
|
||||
"""Execute an instruction based on its type."""
|
||||
for action in test:
|
||||
assert len(action) == 1
|
||||
action_type, action = list(action.items())[0]
|
||||
|
||||
Reference in New Issue
Block a user