Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dturn committed Apr 17, 2018
1 parent dc82965 commit cbe92f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/integration/kubernetes_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ def test_resource_watcher_raises_after_timeout_seconds
end

def test_raise_on_yaml_missing_kind
result = deploy_fixtures("invalid", subset: ["missing_kind.yml"])
result = deploy_fixtures("invalid-resources", subset: ["missing_kind.yml"])
assert_deploy_failure(result)
assert_logs_match_all([
"Template 'missing_kind.yml' does not represent a valid resource",
Expand Down

0 comments on commit cbe92f2

Please sign in to comment.