Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbas Yadollahi committed Mar 25, 2019
1 parent 21ae5ea commit 73b5ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/resumes_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ResumesControllerTest < ActionDispatch::IntegrationTest
user_id = '99'
stub_successful_auth_request(user_id)
get user_resumes_url(user_id: user_id), headers: @headers
assert_response :not_found
assert_response :ok
end

test "should get return success 200 for user 1" do
Expand Down

0 comments on commit 73b5ac5

Please sign in to comment.