test/test_helper.rb in kaui-0.6.2 vs test/test_helper.rb in kaui-0.6.3
- old
+ new
@@ -92,10 +92,10 @@
def self.get_subscriptions_for_bundle(bundle_id, options = {})
[]
end
- def self.get_tags_for_account(account_id, audit = "NONE", options = {})
+ def self.get_tags_for_account(account_id, included_deleted = false, audit = "NONE", options = {})
[]
end
def self.get_tag_definitions(options = {})
find_all_among_fixtures(Kaui::TagDefinition)