Skip to content

Commit

Permalink
Update component test with proper namespace ids
Browse files Browse the repository at this point in the history
  • Loading branch information
malchua committed Jan 30, 2025
1 parent 9c01e8d commit 8f1bc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/components/nextflow_component_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NextflowComponentTest < ViewComponentTestCase
workflow:,
samples: [samples(:sample1), samples(:sample2), samples(:sample3)],
url: 'https://nf-co.re/testpipeline',
namespace_id: 'SDSDDFDSFDS',
namespace_id: projects(:project1).namespace,
fields: %w[metadata_1 metadata_2 metadata_3]
)

Expand Down Expand Up @@ -165,7 +165,7 @@ class NextflowComponentTest < ViewComponentTestCase
workflow:,
samples: [],
url: 'https://nf-co.re/testpipeline',
namespace_id: 'SDSDDFDSFDS',
namespace_id: projects(:project1).namespace,
fields: %w[metadata_1 metadata_2 metadata_3],
instance:
)
Expand Down

0 comments on commit 8f1bc35

Please sign in to comment.