Skip to content

Commit 9824bfd

Browse files
Reset identifier name
1 parent c2d256b commit 9824bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack_deployment_groups_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestStackDeploymentGroupsList(t *testing.T) {
2222
stack, err := client.Stacks.Create(ctx, StackCreateOptions{
2323
Name: "test-stack",
2424
VCSRepo: &StackVCSRepoOptions{
25-
Identifier: "hwatkins05-hashicorp/pet-nulls-stack",
25+
Identifier: "hashicorp-guides/pet-nulls-stack",
2626
OAuthTokenID: oauthClient.OAuthTokens[0].ID,
2727
},
2828
Project: &Project{

0 commit comments

Comments
 (0)