diff --git a/tests/nexus/test_5_6_6.cpp b/tests/nexus/test_5_6_6.cpp index 19f936012..f944386e9 100644 --- a/tests/nexus/test_5_6_6.cpp +++ b/tests/nexus/test_5_6_6.cpp @@ -159,6 +159,7 @@ void Test5_6_6(void) { NetworkData::OnMeshPrefixConfig config; + config.Clear(); SuccessOrQuit(config.GetPrefix().FromString(kPrefix1)); config.mStable = true; config.mOnMesh = true;