Skip to content

Commit

Permalink
THREESCALE-3927 Fixed failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi-soni1104 committed Jan 23, 2023
1 parent 7cb4d12 commit 02235af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/api_docs/services_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def test_index_and_show
show_result = JSON.parse(response.body)

assert_response :success
assert show_result.has_key?('basePath')
assert show_result.has_key?('paths')
end
end
Expand Down Expand Up @@ -134,7 +133,6 @@ def test_index_and_show
show_result = JSON.parse(response.body)

assert_response :success
assert show_result.has_key?('basePath')
assert show_result.has_key?('paths')
end
end
Expand Down

0 comments on commit 02235af

Please sign in to comment.