Skip to content

Commit

Permalink
SCALRCORE-25684 Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
petroprotsakh committed Mar 8, 2023
1 parent dd79370 commit 46c4e01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scalr/data_source_scalr_current_run_test.go
Expand Up @@ -27,10 +27,7 @@ func TestAccCurrentRun_basic(t *testing.T) {
},
Config: testAccCurrentRunDataSourceConfig(rInt),
PlanOnly: true,
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttr(
"data.scalr_current_run.test", "id", dummyIdentifier),
),
Check: resource.TestCheckResourceAttr("data.scalr_current_run.test", "id", dummyIdentifier),
},
{
PreConfig: launchRun(fmt.Sprintf("test-env-%d", rInt), fmt.Sprintf("test-ws-%d", rInt)),
Expand Down

0 comments on commit 46c4e01

Please sign in to comment.