You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/spec/factories/search_tweets.rb

12 lines
352 B

FactoryBot.define do
to_create(&:save)
factory :search_tweet, class: Carto::SearchTweet do
table_id { '96a86fb7-0270-4255-a327-15410c2d49d4' }
data_import_id { '96a86fb7-0270-4255-a327-15410c2d49d4' }
service_item_id { '555' }
retrieved_items { 0 }
state { Carto::SearchTweet::STATE_COMPLETE }
end
end