Skip to content

Commit

Permalink
CMR-9577 - moving httparty and other libs needed to get the app to ru…
Browse files Browse the repository at this point in the history
…n and pass snyk checks (#2016)

CMR-9577
* moving httparty and other libs needed to get the app to run and pass snyk checks
* fixing the one test which was failing.
  • Loading branch information
jceaser authored Dec 8, 2023
1 parent 65d5cc0 commit 6d615ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
16 changes: 10 additions & 6 deletions system-validation-test/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,23 @@ GEM
cucumber-tag-expressions (4.1.0)
diff-lcs (1.5.0)
ffi (1.15.5)
httparty (0.20.0)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
jsonpath (1.1.2)
multi_json
mime-types (3.4.1)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
multi_json (1.15.0)
multi_test (1.1.0)
multi_xml (0.6.0)
nokogiri (1.13.10)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
racc (1.6.1)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
racc (1.7.3)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -60,6 +63,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-darwin-22

DEPENDENCIES
cucumber
Expand Down
1 change: 1 addition & 0 deletions system-validation-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is the repository for the Common Metadata Repository Client Validation Gem.
## Prerequisites

* Ruby
* as of 2023-12-04 - Ruby 3.2.2 under rbenv worked

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: CMR limits access to certain concepts and data to users with proper cre
And I set header "Authorization=Bearer INVALID_TOKEN"
When I submit a "GET" request
Then the response status code is 401
And the response body contains "is not a valid Launchpad or URS token"
And the response body contains "Token does not exist"

@search
Scenario: Using Authorization header
Expand Down

0 comments on commit 6d615ef

Please sign in to comment.