We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f0dd2 + 46c4ab4 commit 026308bCopy full SHA for 026308b
spec/models/manageiq/providers/vmware/infra_manager_spec.rb
@@ -131,17 +131,6 @@
131
end
132
133
134
- context ".supports_authentication?" do
135
- it "returns true for supported auth types" do
136
- expect(ems.supports_authentication?("default")).to be_truthy
137
- expect(ems.supports_authentication?("console")).to be_truthy
138
- end
139
-
140
- it "returns false for non-supported auth types" do
141
- expect(ems.supports_authentication?("metrics")).to be_falsey
142
143
144
145
context "#queue_name_for_ems_operations" do
146
it "returns the per-ems queue_name" do
147
expect(ems.queue_name_for_ems_operations).to eq(ems.queue_name)
0 commit comments