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 4d82b7e commit 197248bCopy full SHA for 197248b
service/integration/attribute_fqns_test.go
@@ -682,7 +682,7 @@ func (s *AttributeFqnSuite) TestGetAttributeByFqn_WithKeyAccessGrants_DefAndValu
682
s.NotNil(got)
683
s.Len(got.GetValues(), 2)
684
s.Len(got.GetGrants(), 1)
685
- s.Equal(key.KeyAccessServerID, got.GetGrants()[0].GetId())
+ s.Equal(key3.KeyAccessServerID, got.GetGrants()[0].GetId())
686
687
for _, v := range got.GetValues() {
688
switch v.GetId() {
0 commit comments