Skip to content

Commit

Permalink
remove duplicate label selector
Browse files Browse the repository at this point in the history
  • Loading branch information
karanthukral committed Jul 19, 2017
1 parent 72d40ca commit 01a4e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/fixture_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def assert_service_account_present(name)

def assert_daemon_set_present(name)
found = false
daemon_sets = v1beta1_kubeclient.get_daemon_sets(namespace: namespace, label_selector: "app=#{name},app=#{name}")
daemon_sets = v1beta1_kubeclient.get_daemon_sets(namespace: namespace, label_selector: "app=#{name}")
daemon_sets.each do |ds|
found = true if ds.metadata.name == name
end
Expand Down

0 comments on commit 01a4e2d

Please sign in to comment.