WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b7ea896

Browse files
committed
Namespace can be missing from default context
1 parent 90ecb9b commit b7ea896

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_config.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ def test_impersonate_empty_groups
264264
def check_context(context, ssl: true, custom_ca: true, client_cert: true)
265265
assert_equal('https://localhost:6443', context.api_endpoint)
266266
assert_equal('v1', context.api_version)
267-
assert_equal('default', context.namespace)
268267
if custom_ca
269268
assert_kind_of(OpenSSL::X509::Store, context.ssl_options[:cert_store])
270269
else

0 commit comments

Comments
 (0)