Skip to content

Commit

Permalink
Fix Fusion test
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Dec 11, 2022
1 parent 9ff820f commit 2245a1c
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -730,9 +730,9 @@ class WaveClientTest extends Specification {

where:
CONFIG | EXPECTED
[:] | 'https://fusionfs.seqera.io/releases/v0.6.0-amd64.json'
[wave:[containerPlatform: 'arm64']] | 'https://fusionfs.seqera.io/releases/v0.6.0-arm64.json'
[wave:[containerPlatform: 'linux/arm64']] | 'https://fusionfs.seqera.io/releases/v0.6.0-arm64.json'
[wave:[containerPlatform: 'linux/arm64/v8']] | 'https://fusionfs.seqera.io/releases/v0.6.0-arm64.json'
[:] | 'https://fusionfs.seqera.io/releases/v0.6-amd64.json'
[wave:[containerPlatform: 'arm64']] | 'https://fusionfs.seqera.io/releases/v0.6-arm64.json'
[wave:[containerPlatform: 'linux/arm64']] | 'https://fusionfs.seqera.io/releases/v0.6-arm64.json'
[wave:[containerPlatform: 'linux/arm64/v8']] | 'https://fusionfs.seqera.io/releases/v0.6-arm64.json'
}
}

0 comments on commit 2245a1c

Please sign in to comment.