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

Commit

Permalink
removing all 80-column lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Pustejovsky committed Apr 4, 2018
1 parent 8e5fe6e commit 9843bd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/kube_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ class TestKubeConfigLoader(BaseTestCase):
"name": "ssl",
"cluster": {
"server": TEST_SSL_HOST,
"certificate-authority-data": TEST_CERTIFICATE_AUTH_BASE64,
"certificate-authority-data":
TEST_CERTIFICATE_AUTH_BASE64,
}
},
{
Expand Down Expand Up @@ -509,7 +510,8 @@ class TestKubeConfigLoader(BaseTestCase):
"id-token": TEST_OIDC_EXPIRED_LOGIN,
"idp-certificate-authority-data": TEST_OIDC_CA,
"idp-issuer-url": "https://example.org/identity",
"refresh-token": "lucWJjEhlxZW01cXI3YmVlcYnpxNGhzk"
"refresh-token":
"lucWJjEhlxZW01cXI3YmVlcYnpxNGhzk"
}
}
}
Expand Down

0 comments on commit 9843bd7

Please # to comment.