Skip to content

Commit eda3686

Browse files
committed
Code lint
1 parent 83d8e22 commit eda3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/affiliate_processor_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def r(url)
5454
expect(r("https://www.amazon.com/b?ie=UTF8&node=13548845011")).to eq(
5555
"https://www.amazon.com/b?tag=sams-shop&node=13548845011",
5656
)
57-
57+
5858
# keep nodeId for help pages
5959
expect(r("https://www.amazon.com/gp/help/customer/display.html?nodeId=GENAFPTNLHV7ZACW")).to eq(
6060
"https://www.amazon.com/gp/help/customer/display.html?tag=sams-shop&nodeId=GENAFPTNLHV7ZACW",

0 commit comments

Comments
 (0)