Actions
Bug #25738
closedtest breakage from foreman change
Description
not all expectations were satisfied unsatisfied expectations: - expected exactly once, not yet invoked: Katello::Host::SubscriptionFacet(id: integer, host_id: integer, uuid: string, last_checkin: datetime, service_level: string, release_version: string, autoheal: boolean, registered_at: datetime, registered_through: string, user_id: integer, hypervisor: boolean, hypervisor_host_id: integer, purpose_usage: text, purpose_role: text, purpose_addons: text).update_facts(#<Host::Managed:0x1036d250>, {:foo => :bar}) satisfied expectations: - allowed any number of times, not yet invoked: Katello::Ping.ping(any_parameters) - allowed any number of times, not yet invoked: Cert::Certs.ssl_client_key(any_parameters) - allowed any number of times, not yet invoked: Cert::Certs.ssl_client_cert(any_parameters) - allowed any number of times, not yet invoked: Cert::Certs.ca_cert(any_parameters) - allowed any number of times, invoked once: #<Organization:0x10490290>.label_not_changed(any_parameters) - allowed any number of times, invoked 9 times: #<AnyInstance:Katello::Host::SubscriptionFacet(id: integer, host_id: integer, uuid: string, last_checkin: datetime, service_level: string, release_version: string, autoheal: boolean, registered_at: datetime, registered_through: string, user_id: integer, hypervisor: boolean, hypervisor_host_id: integer, purpose_usage: text, purpose_role: text, purpose_addons: text)>.host(any_parameters) - allowed any number of times, invoked once: #<AnyInstance:Katello::Candlepin::Consumer>.consumer_attributes(any_parameters) - allowed any number of times, invoked once: Katello::Resources::Candlepin::Consumer.virtual_host(any_parameters) - allowed any number of times, invoked once: Katello::Resources::Candlepin::Consumer.virtual_guests(any_parameters) (Minitest::Assertion) /var/lib/workspace/workspace/katello-pr-test/test/lib/tasks/update_subscription_facet_backend_data_test.rb:22
related to: https://github.com/theforeman/foreman/pull/6034
Actions