fixed TestPrepareX2ResetPDUsFailure 88/888/1
authorrh362j <ronen.hasid@intl.att.com>
Wed, 4 Sep 2019 15:38:07 +0000 (18:38 +0300)
committerrh362j <ronen.hasid@intl.att.com>
Wed, 4 Sep 2019 15:43:59 +0000 (18:43 +0300)
Change-Id: I13eb6dbcb94a4294b6dc57256af25d4ae9ea6010
Signed-off-by: rh362j <ronen.hasid@intl.att.com>
E2Manager/e2pdus/x2_reset_known_causes_test.go

index 449cbbf..0974e6f 100644 (file)
@@ -95,7 +95,7 @@ func TestPrepareX2ResetPDUsFailure(t *testing.T) {
                t.Errorf("want: error, got: success.\n")
        }
 
-       expected := "#x2_reset_known_causes.prepareX2ResetPDUs - failed to build and pack the reset message #src/asn1codec_utils.c.pack_pdu_aux - Encoded output of E2AP-PDU, is too big:"
+       expected := "failed to build and pack the reset message #src/asn1codec_utils.c.pack_pdu_aux - Encoded output of E2AP-PDU, is too big:"
        if !strings.Contains(err.Error(), expected) {
                t.Errorf("want :[%s], got: [%s]\n", expected, err)
        }