Skip to content

Commit

Permalink
Fix: test_upstream Unit test cases failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrcomcast committed Oct 28, 2024
1 parent ef67b7f commit 9a08aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_upstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ ParodusCfg *get_parodus_cfg(void)
{
ParodusCfg cfg;
memset(&cfg,0,sizeof(cfg));
cfg.cloud_status = CLOUD_STATUS_ONLINE;
parStrncpy(cfg.hw_mac , "14cfe2142xxx", sizeof(cfg.hw_mac));
if(deviceIDNull)
{
Expand Down

0 comments on commit 9a08aa6

Please sign in to comment.