Skip to content

Commit 89730b4

Browse files
committed
Run autopep8 and fix style
1 parent 1da8a68 commit 89730b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kubernetes/e2e_test/test_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,12 @@ def test_configmap_apis(self):
538538

539539
json_patch_name = "json_patch_name"
540540
json_patch_body = [
541-
{
542-
"op": "add",
543-
"path": "/metadata/json_patch_name",
544-
"value": json_patch_name
545-
}
546-
]
541+
{
542+
"op": "add",
543+
"path": "/metadata/json_patch_name",
544+
"value": json_patch_name
545+
}
546+
]
547547
resp = api.patch_namespaced_config_map(
548548
name=name, namespace='default', body=json_patch_body)
549549
self.assertEqual(json_patch_name, resp.metadata.json_patch_name)

0 commit comments

Comments
 (0)