Skip to content

Commit

Permalink
Trying to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Sep 22, 2023
1 parent 800dd64 commit 6e9251d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/controllers/graphql_controller_3_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def setup
post :create, params: { query: query }
assert_response :success
Sidekiq::Worker.drain_all
sleep 1
assert_equal url, Dynamic.find(d.id).get_field_value('smooch_user_slack_channel_url')
# check that cache key exists
key = "SmoochUserSlackChannelUrl:Team:#{d.team_id}:#{author_id}"
Expand Down

0 comments on commit 6e9251d

Please sign in to comment.