Skip to content

Commit

Permalink
tidy up test
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz committed Jan 6, 2025
1 parent f84ea89 commit a21f330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diode-server/reconciler/differ/differ_ipam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1841,8 +1841,8 @@ func TestIpamPrepare(t *testing.T) {
{
name: "[P2] ingest ipam.prefix with prefix only - existing object with is pool and mark utilised found - do nothing",
ingestEntity: differ.IngestEntity{
RequestID: "cfa0f129-125c-440d-9e41-e87583cd7d89",
ObjectType: "ipam.prefix",
RequestID: "cfa0f129-125c-440d-9e41-e87583cd7d89",
DataType: "ipam.prefix",
Entity: &diodepb.Entity{
Entity: &diodepb.Entity_Prefix{
Prefix: &diodepb.Prefix{
Expand Down

0 comments on commit a21f330

Please sign in to comment.