We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d8e22 commit eda3686Copy full SHA for eda3686
spec/lib/affiliate_processor_spec.rb
@@ -54,7 +54,7 @@ def r(url)
54
expect(r("https://www.amazon.com/b?ie=UTF8&node=13548845011")).to eq(
55
"https://www.amazon.com/b?tag=sams-shop&node=13548845011",
56
)
57
-
+
58
# keep nodeId for help pages
59
expect(r("https://www.amazon.com/gp/help/customer/display.html?nodeId=GENAFPTNLHV7ZACW")).to eq(
60
"https://www.amazon.com/gp/help/customer/display.html?tag=sams-shop&nodeId=GENAFPTNLHV7ZACW",
0 commit comments