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:
Daniel (dB.) Doubrovkine
2023-10-09 10:45:18 -07:00
committed by GitHub
parent 49c2f6e87d
commit 2bfc409177
13 changed files with 36 additions and 32 deletions
@@ -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