diff options
Diffstat (limited to 'pkg/model/messages_test.go')
-rw-r--r-- | pkg/model/messages_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/model/messages_test.go b/pkg/model/messages_test.go index 536f683..20c09d3 100644 --- a/pkg/model/messages_test.go +++ b/pkg/model/messages_test.go @@ -183,7 +183,7 @@ func TestPdpUpdateSerialization_Success(t *testing.T) { Source: "source1", PdpHeartbeatIntervalMs: 5000, MessageType: "PDP_UPDATE", - PoliciesToBeDeployed: policies, + PoliciesToBeDeployed: policies, Name: "ExamplePDP", TimestampMs: 1633017600000, PdpGroup: "Group1", @@ -203,7 +203,7 @@ func TestPdpUpdateSerialization_Failure(t *testing.T) { Source: "", PdpHeartbeatIntervalMs: 5000, MessageType: "", - PoliciesToBeDeployed: nil, + PoliciesToBeDeployed: nil, Name: "", TimestampMs: 0, PdpGroup: "", |