From 2aca57cb82010a417622c41341947e9b2b708f99 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 28 May 2019 10:04:11 -0500 Subject: [PATCH] Update specs --- spec/helpers_spec.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/helpers_spec.cr b/spec/helpers_spec.cr index 215ffc76e..41a55a9cd 100644 --- a/spec/helpers_spec.cr +++ b/spec/helpers_spec.cr @@ -10,7 +10,7 @@ require "../src/invidious/playlists" require "../src/invidious/search" require "../src/invidious/users" -describe "Helpers" do +describe "Helper" do describe "#produce_channel_videos_url" do it "correctly produces url for requesting page `x` of a channel's videos" do produce_channel_videos_url(ucid: "UCXuqSBlHAE6Xw-yeJA0Tunw").should eq("/browse_ajax?continuation=4qmFsgI8EhhVQ1h1cVNCbEhBRTZYdy15ZUpBMFR1bncaIEVnWjJhV1JsYjNNd0FqZ0JZQUZxQUxnQkFDQUFlZ0V4&gl=US&hl=en") @@ -93,7 +93,7 @@ describe "Helpers" do ":subscriptions/*", "GET:tokens*", ], - "signature" => "f//2hS20th8pALF305PJFK+D2aVtvefNnQheILHD2vU=", + "signature" => "f__2hS20th8pALF305PJFK-D2aVtvefNnQheILHD2vU=", } sign_token("SECRET_KEY", token).should eq(token["signature"])