Skip to content

Commit

Permalink
update to Owner reference
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 authored and Jeremy Udit committed Jun 17, 2020
1 parent dde72de commit 9dd0b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/resource_github_actions_secret_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ func testAccCheckGithubActionsSecretDisappears(resourceName string) resource.Tes
if !ok {
return fmt.Errorf("Not found: %s", resourceName)
}
conn := testAccProvider.Meta().(*Organization).v3client
owner := testAccProvider.Meta().(*Organization).name
conn := testAccProvider.Meta().(*Owner).v3client
owner := testAccProvider.Meta().(*Owner).name
repoName, secretName, err := parseTwoPartID(rs.Primary.ID, "repository", "secret_name")
if err != nil {
return err
Expand Down

0 comments on commit 9dd0b20

Please sign in to comment.