We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d256b commit 9824bfdCopy full SHA for 9824bfd
stack_deployment_groups_integration_test.go
@@ -22,7 +22,7 @@ func TestStackDeploymentGroupsList(t *testing.T) {
22
stack, err := client.Stacks.Create(ctx, StackCreateOptions{
23
Name: "test-stack",
24
VCSRepo: &StackVCSRepoOptions{
25
- Identifier: "hwatkins05-hashicorp/pet-nulls-stack",
+ Identifier: "hashicorp-guides/pet-nulls-stack",
26
OAuthTokenID: oauthClient.OAuthTokens[0].ID,
27
},
28
Project: &Project{
0 commit comments