Skip to content

Commit

Permalink
API-34936 correct outdated BGS client helper cassette location comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil2501 committed Apr 15, 2024
1 parent 0e36fb0 commit 3a3b132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/claims_api/spec/support/bgs_client_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module BGSClientHelpers
# Then, HTTP interactions that occur within the block supplied to this method
# will be captured by VCR cassettes that have the following convenient
# properties:
# - They will be nicely organized at `bgs/:service/:operation/:name`
# - They will be nicely organized at `claims_api/bgs/:service/:operation/:name`
# - Cassette matching will be done on canonicalized XML bodies, so
# reformatting cassettes for human readability won't defeat matching
def use_bgs_cassette(name, &)
Expand Down

0 comments on commit 3a3b132

Please sign in to comment.