Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
baxia-lan committed Jul 6, 2023
1 parent 143ddd5 commit 8679456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_tests/portsorch_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ namespace portsorch_test
// Set PortConfigDone
portTable.set("PortConfigDone", { { "count", to_string(ports.size()) } });
// Populate send to ingresss port table
sendToIngressPortTable.set(SEND_TO_INGRESS_PORT_NAME, {{"NULL", "NULL"}});
sendToIngressPortTable.set("SEND_TO_INGRESS", {{"NULL", "NULL"}});

// refill consumer
gPortsOrch->addExistingData(&portTable);
Expand Down

0 comments on commit 8679456

Please sign in to comment.