Skip to content

Commit

Permalink
Get config in the usual way for the sake of consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tengler committed Mar 15, 2018
1 parent 9606429 commit 8bd8b47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kqueen/engines/test_manual.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .manual import ManualEngine
from flask import url_for
from kqueen.config import current_config
from kqueen.conftest import auth_header
from kqueen.conftest import config
from kqueen.conftest import user
from kqueen.models import Cluster
from kqueen.models import Provisioner
Expand All @@ -10,6 +10,7 @@
import pytest
import yaml

config = current_config()
KUBECONFIG = yaml.load(open('kubeconfig_localhost', 'r').read())
CLUSTER_METADATA = {
'minion_count': 10,
Expand Down

0 comments on commit 8bd8b47

Please sign in to comment.