Skip to content

Commit 50a9aa7

Browse files
committed
Fix changed reference
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent aec4d64 commit 50a9aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/resource_github_repository_autolink_reference_migration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func Test_resourceGithubRepositoryAutolinkReferenceStateUpgradeV0toV1(t *testing
6565
ts := githubApiMock(buildMockResponsesForRepositoryAutolinkReferenceMigrationV0toV1(meta.name, "test-repo", 1234567890))
6666
defer ts.Close()
6767

68-
meta.v3client = mustGitHubClient(t, ts.URL)
68+
meta.v3client = mustCreateTestGitHubClient(t, ts.URL)
6969

7070
got, err := resourceGithubRepositoryAutolinkReferenceStateUpgradeV0(t.Context(), d.rawState, meta)
7171
if (err != nil) != d.shouldError {

0 commit comments

Comments
 (0)