Skip to content
Snippets Groups Projects
Commit 68a47db7 authored by André Sterba's avatar André Sterba
Browse files

Fix test

parent 916f6e7c
No related branches found
No related tags found
2 merge requests!303Migrate yang models in monorepo,!302Get device model when adding a device
Pipeline #100708 failed
This commit is part of merge request !303. Comments created here will be created in the context of that merge request.
...@@ -267,7 +267,7 @@ func Test_pndImplementation_MarshalDevice(t *testing.T) { ...@@ -267,7 +267,7 @@ func Test_pndImplementation_MarshalDevice(t *testing.T) {
{ {
name: "default", name: "default",
args: args{did}, args: args{did},
want: "{\n\t\"Acl\": null,\n\t\"Bgp\": null,\n\t\"Components\": null,\n\t\"Interfaces\": null,\n\t\"LocalRoutes\": null,\n\t\"Messages\": null,\n\t\"NetworkInstances\": null,\n\t\"RoutingPolicy\": null,\n\t\"System\": null\n}", want: "{\n\t\"Acl\": null,\n\t\"Bfd\": null,\n\t\"Components\": null,\n\t\"Interfaces\": null,\n\t\"Keychains\": null,\n\t\"LocalRoutes\": null,\n\t\"Messages\": null,\n\t\"NetworkInstances\": null,\n\t\"RoutingPolicy\": null,\n\t\"System\": null\n}",
wantErr: false, wantErr: false,
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment