Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 9843bd7

Browse files
author
Zac Pustejovsky
committed
removing all 80-column lines
1 parent 8e5fe6e commit 9843bd7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/kube_config_test.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ class TestKubeConfigLoader(BaseTestCase):
438438
"name": "ssl",
439439
"cluster": {
440440
"server": TEST_SSL_HOST,
441-
"certificate-authority-data": TEST_CERTIFICATE_AUTH_BASE64,
441+
"certificate-authority-data":
442+
TEST_CERTIFICATE_AUTH_BASE64,
442443
}
443444
},
444445
{
@@ -509,7 +510,8 @@ class TestKubeConfigLoader(BaseTestCase):
509510
"id-token": TEST_OIDC_EXPIRED_LOGIN,
510511
"idp-certificate-authority-data": TEST_OIDC_CA,
511512
"idp-issuer-url": "https://example.org/identity",
512-
"refresh-token": "lucWJjEhlxZW01cXI3YmVlcYnpxNGhzk"
513+
"refresh-token":
514+
"lucWJjEhlxZW01cXI3YmVlcYnpxNGhzk"
513515
}
514516
}
515517
}

0 commit comments

Comments
 (0)