Skip to content

Commit

Permalink
[meta] Fix vlan set test (sonic-net#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored Aug 4, 2021
1 parent 2481a3f commit 6a5f379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ void test_vlan_set()
META_ASSERT_FAIL(status);

SWSS_LOG_NOTICE("set is null");
status = g_meta->set(SAI_OBJECT_TYPE_VLAN, vlan_id, &attr);
status = g_meta->set(SAI_OBJECT_TYPE_VLAN, vlan_id, &vlan);
META_ASSERT_FAIL(status);

SWSS_LOG_NOTICE("attr is null");
Expand Down

0 comments on commit 6a5f379

Please sign in to comment.