mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of there's
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
7df783153e
commit
fa3eda57b1
3 changed files with 3 additions and 3 deletions
|
@ -471,7 +471,7 @@ def _merge_list_of_dict(first, second, prepend=True):
|
|||
for ele in second:
|
||||
ele_key = ele.keys()[0]
|
||||
if _lookup_element(overlaps, ele_key):
|
||||
# If theres an overlap, get the value from the first
|
||||
# If there's an overlap, get the value from the first
|
||||
# But inserted into the right position
|
||||
ele_val_first = _lookup_element(first, ele_key)
|
||||
merged.append({ele_key: ele_val_first})
|
||||
|
|
|
@ -97,7 +97,7 @@ def init(
|
|||
|
||||
done_file :
|
||||
Path where we check that this method has been called,
|
||||
as it can run only once and theres currently no way
|
||||
as it can run only once and there's currently no way
|
||||
to ask LXD if init has been called.
|
||||
"""
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ class ProxyTestCase(TestCase, LoaderModuleMockMixin):
|
|||
|
||||
def test_get_http_proxy_macos_none(self):
|
||||
"""
|
||||
Test to make sure that we correctly return when theres no proxy set
|
||||
Test to make sure that we correctly return when there's no proxy set
|
||||
"""
|
||||
mock = MagicMock(
|
||||
return_value="Enabled: No\nServer:\nPort: 0\nAuthenticated Proxy Enabled: 0"
|
||||
|
|
Loading…
Add table
Reference in a new issue