mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Resolve travis test(2)
This commit is contained in:
committed by
Dan Christian Bogos
parent
e48f8c3496
commit
03198d1da4
@@ -207,6 +207,7 @@ func TestSafEventGetString(t *testing.T) {
|
||||
func TestSafEventGetStringIgnoreErrors(t *testing.T) {
|
||||
t.Run("getStringIgnore1", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
safEv.Set("test1", nil)
|
||||
if rply := safEv.GetStringIgnoreErrors("test1"); rply != "" {
|
||||
t.Errorf("Expecting , received: %+v", rply)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user