Skip to content

Commit

Permalink
CIV-7274 NoC API config (#2319)
Browse files Browse the repository at this point in the history
hardcode config value
  • Loading branch information
sankaviv1 authored Mar 7, 2023
1 parent ad0cef4 commit 39437b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,5 @@ module.exports = {
djClaimantSelectedCourt:'Central London County Court - THOMAS MORE BUILDING, ROYAL COURTS OF JUSTICE, STRAND, LONDON - WC2A 2LL',
djJudgeClaimantSelectedCourt:'Liverpool Civil and Family Court - 35, VERNON STREET, CITY SQUARE - L2 2BX',
sdoJudgeSelectedCourt:'Central London County Court - THOMAS MORE BUILDING, ROYAL COURTS OF JUSTICE, STRAND, LONDON - WC2A 2LL',
localNoCTests: process.env.AAC_API_URL === undefined
localNoCTests: false
};

0 comments on commit 39437b5

Please sign in to comment.