Skip to content

Commit

Permalink
Merge pull request #461 from nlrcomcast/unit_test_fix
Browse files Browse the repository at this point in the history
Fix: test_upstream Unit test cases failure
  • Loading branch information
sadhyama authored Oct 28, 2024
2 parents ef67b7f + 9a08aa6 commit 7fab69f
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 7fab69f

Please sign in to comment.