Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox authored and seldondev committed May 18, 2020
1 parent 3b4c990 commit 2f14964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/scripts/test_bad_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ def test_model_name_mismatch(self):
)
assert ret.returncode == 1


# Name in graph and that in PodTemplateSpec don't match
def test_model_no_graph(self):
ret = run(
"kubectl apply -f ../resources/bad_no_graph.yaml -n seldon",
shell=True,
check=False,
)
assert ret.returncode == 1
assert ret.returncode == 1

0 comments on commit 2f14964

Please sign in to comment.