From 41679c9e073b452cce330830b36405ab5212d34e Mon Sep 17 00:00:00 2001 From: Emma Lejeck Date: Sun, 21 Apr 2024 21:30:44 -0700 Subject: [PATCH] Allow hitting anilist api in test --- spec/support/webmock.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/support/webmock.rb b/spec/support/webmock.rb index bbc2fe91b..f949c7df2 100644 --- a/spec/support/webmock.rb +++ b/spec/support/webmock.rb @@ -11,7 +11,8 @@ 'elasticsearch:9200', 'minio:9000', 'oembed.com', - 'typesense:8108' + 'typesense:8108', + 'graphql.anilist.co' ]) RSpec.shared_context 'MAL CDN' do