File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ describe('sendEmail', () => {
350350 expect ( out . length ) . toBe ( 2 ) ;
351351 } ) ;
352352
353- it . skip ( 'should detect non existent email address and exit in error' , async ( ) => {
353+ it ( 'should detect non existent email address and exit in error' , async ( ) => {
354354 // protected data setup
355355 process . env . IEXEC_DATASET_FILENAME = 'dataEmailUserDoesNotExist.zip' ;
356356
@@ -363,7 +363,7 @@ describe('sendEmail', () => {
363363 expect ( out ) . toStrictEqual ( [ ] ) ;
364364 } ) ;
365365
366- it . skip ( 'should detect disposable email address and exit in error' , async ( ) => {
366+ it ( 'should detect disposable email address and exit in error' , async ( ) => {
367367 // protected data setup
368368 process . env . IEXEC_DATASET_FILENAME = 'dataDisposableEmail.zip' ;
369369
Original file line number Diff line number Diff line change 11export const WEB3_MAIL_DAPP_ADDRESS = 'web3mail.apps.iexec.eth' ;
22export const PROD_WORKERPOOL_ADDRESS = 'prod-v8-bellecour.main.pools.iexec.eth' ;
33export const DATAPROTECTOR_SUBGRAPH_ENDPOINT =
4- 'https://thegraph-product .iex.ec/subgraphs/name/bellecour/dataprotector-v2' ;
4+ 'https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2' ;
55export const MAX_DESIRED_DATA_ORDER_PRICE = 0 ;
66export const MAX_DESIRED_APP_ORDER_PRICE = 0 ;
77export const MAX_DESIRED_WORKERPOOL_ORDER_PRICE = 0 ;
You can’t perform that action at this time.
0 commit comments