Skip to content

Commit

Permalink
Remove check for exact string exception
Browse files Browse the repository at this point in the history
  • Loading branch information
zbud-msft committed Jan 31, 2024
1 parent 8c10426 commit a8b690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-eventd/tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SwsscommonEnvironment : public ::testing::Environment {
}
catch (exception &e)
{
EXPECT_TRUE(strstr(e.what(), "Namespace invalid is not a valid namespace name in config file"));
printf("Received error in getDbId call, e=(%s)\n", e.what());
}

// Get this info handy
Expand Down

0 comments on commit a8b690a

Please sign in to comment.