Skip to content

Commit

Permalink
Code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryd994 committed Jul 10, 2023
1 parent 83d8e22 commit eda3686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/affiliate_processor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def r(url)
expect(r("https://www.amazon.com/b?ie=UTF8&node=13548845011")).to eq(
"https://www.amazon.com/b?tag=sams-shop&node=13548845011",
)

# keep nodeId for help pages
expect(r("https://www.amazon.com/gp/help/customer/display.html?nodeId=GENAFPTNLHV7ZACW")).to eq(
"https://www.amazon.com/gp/help/customer/display.html?tag=sams-shop&nodeId=GENAFPTNLHV7ZACW",
Expand Down

0 comments on commit eda3686

Please sign in to comment.