Skip to content

Commit 197248b

Browse files
committed
fix db fqns test
1 parent 4d82b7e commit 197248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/integration/attribute_fqns_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ func (s *AttributeFqnSuite) TestGetAttributeByFqn_WithKeyAccessGrants_DefAndValu
682682
s.NotNil(got)
683683
s.Len(got.GetValues(), 2)
684684
s.Len(got.GetGrants(), 1)
685-
s.Equal(key.KeyAccessServerID, got.GetGrants()[0].GetId())
685+
s.Equal(key3.KeyAccessServerID, got.GetGrants()[0].GetId())
686686

687687
for _, v := range got.GetValues() {
688688
switch v.GetId() {

0 commit comments

Comments
 (0)