Skip to content

Commit

Permalink
Fix api exception handling test
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznev committed Oct 31, 2022
1 parent 019f21c commit 18b5e84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/fixtures/config_with_env_vars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
common:
k8s_master_uri: https://localhost:5000
k8s_token: token
k8s_ca_base64: ca
k8s_namespace: namespace

section-1:
Expand Down
1 change: 0 additions & 1 deletion tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_api_exception_handling(
configs = {
'section': os.environ['SECTION'],
'config': settings.CONFIG_FILE,
"use_kubeconfig": True
}
# client.exceptions.ApiException should be handled
handler_deploy(configs)

0 comments on commit 18b5e84

Please sign in to comment.