Skip to content

Commit 7cf227d

Browse files
marainohslatman
andauthored
Update variable names in test
Co-authored-by: Herman Slatman <[email protected]>
1 parent f3ae27e commit 7cf227d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kms/uri/uri_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,14 +379,14 @@ func TestURI_Read(t *testing.T) {
379379

380380
path := filepath.Join(t.TempDir(), "management.key")
381381
require.NoError(t, os.WriteFile(path, expected, 0600))
382-
pinURI := &url.URL{
382+
managementKeyURI := &url.URL{
383383
Scheme: "file",
384384
Path: path,
385385
}
386386
pathURI := &URI{
387387
URL: &url.URL{Scheme: "yubikey"},
388388
Values: url.Values{
389-
"management-key-source": []string{pinURI.String()},
389+
"management-key-source": []string{managementKeyURI.String()},
390390
},
391391
}
392392

0 commit comments

Comments
 (0)