Skip to content

Commit 1196500

Browse files
authored
Merge pull request #1042 from hashicorp/ntodd/tf-23534/fix-test-panic
[TF-23534] Fix test panic
2 parents 396e058 + bee306d commit 1196500

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

admin_terraform_version_integration_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ func TestAdminTerraformVersions_CreateDelete(t *testing.T) {
132132
}()
133133

134134
assert.Equal(t, *opts.Version, tfv.Version)
135-
assert.Equal(t, *opts.URL, tfv.URL)
136-
assert.Equal(t, *opts.Sha, tfv.Sha)
137135
assert.Equal(t, *opts.Official, tfv.Official)
138136
assert.Equal(t, *opts.Deprecated, tfv.Deprecated)
139137
assert.Equal(t, *opts.DeprecatedReason, *tfv.DeprecatedReason)

0 commit comments

Comments
 (0)