@@ -26,7 +26,7 @@ func TestAccGitlabServiceGithub_basic(t *testing.T) {
2626 Config : testAccGitlabServiceGithubConfig (rInt ),
2727 Check : resource .ComposeTestCheckFunc (
2828 testAccCheckGitlabServiceGithubExists (githubResourceName , & githubService ),
29- resource .TestCheckResourceAttr (githubResourceName , "repository_url" , "https://github.com/terraform-providers /terraform-provider-gitlab" ),
29+ resource .TestCheckResourceAttr (githubResourceName , "repository_url" , "https://github.com/gitlabhq /terraform-provider-gitlab" ),
3030 resource .TestCheckResourceAttr (githubResourceName , "static_context" , "true" ),
3131 ),
3232 },
@@ -46,7 +46,7 @@ func TestAccGitlabServiceGithub_basic(t *testing.T) {
4646 Config : testAccGitlabServiceGithubConfig (rInt ),
4747 Check : resource .ComposeTestCheckFunc (
4848 testAccCheckGitlabServiceGithubExists (githubResourceName , & githubService ),
49- resource .TestCheckResourceAttr (githubResourceName , "repository_url" , "https://github.com/terraform-providers /terraform-provider-gitlab" ),
49+ resource .TestCheckResourceAttr (githubResourceName , "repository_url" , "https://github.com/gitlabhq /terraform-provider-gitlab" ),
5050 resource .TestCheckResourceAttr (githubResourceName , "static_context" , "true" ),
5151 ),
5252 },
@@ -155,7 +155,7 @@ resource "gitlab_project" "foo" {
155155resource "gitlab_service_github" "github" {
156156 project = "${gitlab_project.foo.id}"
157157 token = "test"
158- repository_url = "https://github.com/terraform-providers /terraform-provider-gitlab"
158+ repository_url = "https://github.com/gitlabhq /terraform-provider-gitlab"
159159}
160160` , rInt )
161161}
0 commit comments