commit | 703a70b4d26bfb7a4e1ce90d6120a5cfc4e25109 | [log] [tgz] |
---|---|---|
author | vinokuma <vinod.kumar@radisys.com> | Mon Jul 17 10:06:43 2023 +0530 |
committer | vinokuma <vinod.kumar@radisys.com> | Wed Jul 19 16:43:48 2023 +0530 |
tree | d79e466a42f2d4fa5f87610f5fba587a16a6dfc0 | |
parent | 634d9bff82c2e9de86ed884d84d43119120e6666 [diff] [blame] |
vgc unit tests part 3 Change-Id: Id87302102ea05fc99083842e3fc9ebab4304e2ca
diff --git a/internal/pkg/application/application_test.go b/internal/pkg/application/application_test.go index 7670e3b..15071e3 100644 --- a/internal/pkg/application/application_test.go +++ b/internal/pkg/application/application_test.go
@@ -100,7 +100,7 @@ test := map[string]*kvstore.KVPair{} test["test_device_id"] = &kvstore.KVPair{ Key: "test_device_id", - Value: "invalid_value", + Value: invalid_value, } dbintf.EXPECT().GetAllNbPorts(gomock.Any(), gomock.Any()).Return(test, nil).Times(1) got := va.RestoreNbDeviceFromDb(tt.args.cntx, tt.args.deviceID)