Skip to content

Commit

Permalink
test(marketplace/image): Sync image id with latest build (scaleway#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeansebastienh authored May 14, 2021
1 parent 721215d commit 06f5e0b
Show file tree
Hide file tree
Showing 2 changed files with 4,579 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/data_source_marketplace_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestAccScalewayDataSourceMarketplaceImage_Basic(t *testing.T) {
`,
Check: resource.ComposeTestCheckFunc(
testAccCheckScalewayInstanceImageExists(tt, "data.scaleway_marketplace_image.test1"),
resource.TestCheckResourceAttr("data.scaleway_marketplace_image.test1", "id", "fr-par-1/cf44b8f5-77e2-42ed-8f1e-09ed5bb028fc"),
resource.TestCheckResourceAttr("data.scaleway_marketplace_image.test1", "id", "fr-par-1/16152446-99ed-4795-9d3f-87ec2f5b891d"),
),
},
},
Expand Down
Loading

0 comments on commit 06f5e0b

Please sign in to comment.