summaryrefslogtreecommitdiff
path: root/lib/bulk_imports/common/rest/get_badges_query.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bulk_imports/common/rest/get_badges_query.rb')
-rw-r--r--lib/bulk_imports/common/rest/get_badges_query.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/bulk_imports/common/rest/get_badges_query.rb b/lib/bulk_imports/common/rest/get_badges_query.rb
index 60b2ebcc552..6e7cb7504ba 100644
--- a/lib/bulk_imports/common/rest/get_badges_query.rb
+++ b/lib/bulk_imports/common/rest/get_badges_query.rb
@@ -7,11 +7,8 @@ module BulkImports
extend self
def to_h(context)
- resource = context.entity.pluralized_name
- encoded_full_path = ERB::Util.url_encode(context.entity.source_full_path)
-
{
- resource: [resource, encoded_full_path, 'badges'].join('/'),
+ resource: [context.entity.base_resource_path, 'badges'].join('/'),
query: {
page: context.tracker.next_page
}