summaryrefslogtreecommitdiff
path: root/test/controllers/api/v2/interactions_controller.rb
diff options
context:
space:
mode:
authorAppleDash <[email protected]>2022-04-02 11:55:10 -0400
committerAppleDash <[email protected]>2022-04-02 11:55:10 -0400
commit3366eeb6c5b6f86aabd64fc05db98e6a16ec44bf (patch)
tree81af0e872c229734539cbb980f1586b6251c6a6f /test/controllers/api/v2/interactions_controller.rb
parentb211875ef3500e140c495464d81dbd58d567c3d5 (diff)
Make a lot of the old tests actually run
Diffstat (limited to 'test/controllers/api/v2/interactions_controller.rb')
-rw-r--r--test/controllers/api/v2/interactions_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/api/v2/interactions_controller.rb b/test/controllers/api/v2/interactions_controller.rb
index 9b3a779..c5d45ac 100644
--- a/test/controllers/api/v2/interactions_controller.rb
+++ b/test/controllers/api/v2/interactions_controller.rb
@@ -4,7 +4,7 @@ require 'test_helper'
class Api::V2::InteractionsControllerTest < ActionController::TestCase
setup do
- @image = create(:image)
+ @image = create(:post)
@request.cookies['_ses'] = 'c1836832948'
@user = create(:user)
sign_in @user