This repository was archived by the owner on Aug 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/nf-validation/src/test/nextflow/validation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ class PluginExtensionMethodsTest extends Dsl2Spec{
447
447
448
448
def ' should ignore s3 path' () {
449
449
given :
450
- def schema = Path . of(' src/testResources/nextflow_schema_with_samplesheet .json' ). toAbsolutePath(). toString()
450
+ def schema = Path . of(' src/testResources/nextflow_schema_file_cloud_path .json' ). toAbsolutePath(). toString()
451
451
def SCRIPT_TEXT = """
452
452
params.input = 's3://fake/path'
453
453
include { validateParameters } from 'plugin/nf-validation'
@@ -469,7 +469,7 @@ class PluginExtensionMethodsTest extends Dsl2Spec{
469
469
470
470
def ' should ignore az path' () {
471
471
given :
472
- def schema = Path . of(' src/testResources/nextflow_schema_with_samplesheet .json' ). toAbsolutePath(). toString()
472
+ def schema = Path . of(' src/testResources/nextflow_schema_file_cloud_path .json' ). toAbsolutePath(). toString()
473
473
def SCRIPT_TEXT = """
474
474
params.input = 'az://fake/path'
475
475
include { validateParameters } from 'plugin/nf-validation'
@@ -491,7 +491,7 @@ class PluginExtensionMethodsTest extends Dsl2Spec{
491
491
492
492
def ' should ignore gs path' () {
493
493
given :
494
- def schema = Path . of(' src/testResources/nextflow_schema_with_samplesheet .json' ). toAbsolutePath(). toString()
494
+ def schema = Path . of(' src/testResources/nextflow_schema_file_cloud_path .json' ). toAbsolutePath(). toString()
495
495
def SCRIPT_TEXT = """
496
496
params.input = 'gs://fake/path'
497
497
include { validateParameters } from 'plugin/nf-validation'
You can’t perform that action at this time.
0 commit comments