Skip to content

Commit

Permalink
SCALRCORE-20900 [API_BRANCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
honcharevskiy committed Dec 20, 2021
1 parent c67045a commit 6aabdf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalr/resource_scalr_run_triggers_test.go
Expand Up @@ -113,6 +113,7 @@ func testAccCheckRunTriggerAttributes(runTrigger *scalr.RunTrigger, environmentN
if err != nil {
return fmt.Errorf("Error retreiving workspace downstream-test for environment %s, %v", environmentName, err)
}

if downstream.ID != downstreamID {
return fmt.Errorf("Wrong downstream workspace ID: %v", downstream.ID)
}
Expand Down

0 comments on commit 6aabdf3

Please sign in to comment.