Skip to content

Commit 51b3993

Browse files
DaanVanVugtfbacall
authored andcommitted
update tests for eventbrite authorization token use
1 parent e1de571 commit 51b3993

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docker-compose-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- solr
1414
- redis
1515
ports:
16-
- '3000:3000'
16+
- '80:3000'
1717
volumes:
1818
- uploads:/code/public/system
1919
- ./config/tess.yml:/code/config/tess.yml

test/test_helper.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,16 +197,16 @@ def mock_ingestions
197197
{ url: 'https://pawsey.org.au/event/pcon-embracing-new-solutions-for-in-situ-visualisation/?ical=true', filename: 'icalendar/pcon-embracing-new-solutions-for-in-situ-visualisation.ics' },
198198
{ url: 'https://pawsey.org.au/event/pawsey-intern-showcase-2021/?ical=true', filename: 'icalendar/pawsey-intern-showcase-2021.ics' },
199199
{ url: 'https://pawsey.org.au/event/eoi-1-day-introduction-to-amd-gpus-amd-instinct-architecture-and-rocm/?ical=true', filename: 'icalendar/pawsey-supercomputing-centre-5cd096b58d0.ics' },
200-
{ url: 'https://www.eventbriteapi.com/v3/organizations/34338661734/events/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/eventbrite_ardc.json' },
201-
{ url: 'https://www.eventbriteapi.com/v3/organizations/34338661734/events/?page=2&token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/eventbrite_ardc_2.json' },
202-
{ url: 'https://www.eventbriteapi.com/v3/organizations/34338661734/events/?status=live&token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/eventbrite_ardc_2.json' },
203-
{ url: 'https://www.eventbriteapi.com/v3/organizers/14317910674/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/organizer_14317910674.json' },
204-
{ url: 'https://www.eventbriteapi.com/v3/organizers/8082048069/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/organizer_8082048069.json' },
205-
{ url: 'https://www.eventbriteapi.com/v3/venues/88342919/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/venue_88342919.json' },
206-
{ url: 'https://www.eventbriteapi.com/v3/categories/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/categories.json' },
207-
{ url: 'https://www.eventbriteapi.com/v3/categories/101/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/categories_101.json' },
208-
{ url: 'https://www.eventbriteapi.com/v3/categories/102/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/categories_102.json' },
209-
{ url: 'https://www.eventbriteapi.com/v3/formats/?token=YXAKB2UNBVO7FV5SJHQA', filename: 'eventbrite/formats.json' },
200+
{ url: 'https://www.eventbriteapi.com/v3/organizations/34338661734/events/', filename: 'eventbrite/eventbrite_ardc.json' },
201+
{ url: 'https://www.eventbriteapi.com/v3/organizations/34338661734/events/', filename: 'eventbrite/eventbrite_ardc_2.json' },
202+
{ url: 'https://www.eventbriteapi.com/v3/organizations/34338661734/events/?status=live', filename: 'eventbrite/eventbrite_ardc_2.json' },
203+
{ url: 'https://www.eventbriteapi.com/v3/organizers/14317910674/', filename: 'eventbrite/organizer_14317910674.json' },
204+
{ url: 'https://www.eventbriteapi.com/v3/organizers/8082048069/', filename: 'eventbrite/organizer_8082048069.json' },
205+
{ url: 'https://www.eventbriteapi.com/v3/venues/88342919/', filename: 'eventbrite/venue_88342919.json' },
206+
{ url: 'https://www.eventbriteapi.com/v3/categories/', filename: 'eventbrite/categories.json' },
207+
{ url: 'https://www.eventbriteapi.com/v3/categories/101/', filename: 'eventbrite/categories_101.json' },
208+
{ url: 'https://www.eventbriteapi.com/v3/categories/102/', filename: 'eventbrite/categories_102.json' },
209+
{ url: 'https://www.eventbriteapi.com/v3/formats/', filename: 'eventbrite/formats.json' },
210210
{ url: 'https://dummy.com', status: 404 },
211211
{ url: 'https://dummy.com/events.csv', status: 404 },
212212
{ url: 'https://app.com/materials/material3.html' },

0 commit comments

Comments
 (0)