X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Funittest%2Fsession_test.c;h=c4e41c34dd033f8a0f6a8aec98bf2da56dbe06d9;hb=0028e6f31624246e831b5b1a13dc46ab1d864fa7;hp=70d9fd02048d5a8850046f7ae2adc9071e9b38c8;hpb=cc8249c5fde1b00b043066617d35325dd1606cd6;p=vpp.git diff --git a/src/plugins/unittest/session_test.c b/src/plugins/unittest/session_test.c index 70d9fd02048..c4e41c34dd0 100644 --- a/src/plugins/unittest/session_test.c +++ b/src/plugins/unittest/session_test.c @@ -527,7 +527,7 @@ session_test_namespace (vlib_main_t * vm, unformat_input_t * input) error = vnet_application_attach (&attach_args); SESSION_TEST ((error != 0), "app attachment should fail"); - SESSION_TEST ((error == VNET_API_ERROR_APP_WRONG_NS_SECRET), + SESSION_TEST ((error == SESSION_E_WRONG_NS_SECRET), "code should be wrong ns secret: %d", error); /*