Skip to content

Commit

Permalink
attempt to fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed May 5, 2023
1 parent 2096357 commit 065dd92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/acceptance/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exports.PORT=9999;
exports.VERTICAL_SEARCH_URL_REGEX=/v2\/accounts\/me\/answers\/vertical\/query/;
exports.UNIVERSAL_SEARCH_URL_REGEX=/v2\/accounts\/me\/answers\/query/;
exports.UNIVERSAL_AUTOCOMPLETE_URL_REGEX=/v2\/accounts\/me\/answers\/autocomplete/;
exports.VERTICAL_AUTOCOMPLETE_URL_REGEX=/v2\/accounts\/me\/answers\/vertical\/autocomplete/;
exports.VERTICAL_SEARCH_URL_REGEX=/v2\/accounts\/me\/search\/vertical\/query/;
exports.UNIVERSAL_SEARCH_URL_REGEX=/v2\/accounts\/me\/search\/query/;
exports.UNIVERSAL_AUTOCOMPLETE_URL_REGEX=/v2\/accounts\/me\/search\/autocomplete/;
exports.VERTICAL_AUTOCOMPLETE_URL_REGEX=/v2\/accounts\/me\/search\/vertical\/autocomplete/;

0 comments on commit 065dd92

Please sign in to comment.