summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure.py
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2020-06-02 09:06:07 -0700
committerGitHub <noreply@github.com>2020-06-02 12:06:07 -0400
commitd53921ea3396c8301c65cad3abf04b4542d4b7a0 (patch)
treed19c4271786853d2da050749dc5a65dc95878327 /tests/unittests/test_datasource/test_azure.py
parent5f7825e22241423322dbe628de1b00289cf34114 (diff)
downloadvyos-cloud-init-d53921ea3396c8301c65cad3abf04b4542d4b7a0.tar.gz
vyos-cloud-init-d53921ea3396c8301c65cad3abf04b4542d4b7a0.zip
test: fix all flake8 E121 and E123 errors (#404)
This fixes issues with closing brackets not matching the opening bracket's line and continuation line under-idented for hanging indent.
Diffstat (limited to 'tests/unittests/test_datasource/test_azure.py')
-rw-r--r--tests/unittests/test_datasource/test_azure.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unittests/test_datasource/test_azure.py b/tests/unittests/test_datasource/test_azure.py
index 2f8561cb..d8d812e3 100644
--- a/tests/unittests/test_datasource/test_azure.py
+++ b/tests/unittests/test_datasource/test_azure.py
@@ -114,14 +114,14 @@ NETWORK_METADATA = {
"ipv4": {
"subnet": [
{
- "prefix": "24",
- "address": "10.0.0.0"
+ "prefix": "24",
+ "address": "10.0.0.0"
}
],
"ipAddress": [
{
- "privateIpAddress": "10.0.0.4",
- "publicIpAddress": "104.46.124.81"
+ "privateIpAddress": "10.0.0.4",
+ "publicIpAddress": "104.46.124.81"
}
]
}