mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 06:09:53 +05:00
Verified the data coming from NATS as well as added a test for non JetStream version of NATS
This commit is contained in:
committed by
Dan Christian Bogos
parent
b1ce9ab999
commit
0a6932d6ed
@@ -184,10 +184,3 @@ func TestNatsEE(t *testing.T) {
|
||||
t.Fatal("Time limit exceeded")
|
||||
}
|
||||
}
|
||||
|
||||
func TestNatsEEJetStreamRepeat(t *testing.T) {
|
||||
for i := 0; i < 20; i++ {
|
||||
time.Sleep(1 * time.Second)
|
||||
t.Run("TestNatsEEJetStream", TestNatsEEJetStream)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user