mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Fix test
This commit is contained in:
@@ -1503,7 +1503,7 @@ func TestProcessReplacer(t *testing.T) {
|
||||
},
|
||||
Cleanup: []app.ConfigIOCleanup{
|
||||
{
|
||||
Pattern: "foo:pattern_{outputid}_{processid}_{reference}_{rtmp,name=$outputid}",
|
||||
Pattern: "mem:pattern_{outputid}_{processid}_{reference}_{rtmp,name=$outputid}",
|
||||
MaxFiles: 0,
|
||||
MaxFileAge: 0,
|
||||
PurgeOnDelete: false,
|
||||
@@ -1574,7 +1574,7 @@ func TestProcessReplacer(t *testing.T) {
|
||||
},
|
||||
Cleanup: []app.ConfigIOCleanup{
|
||||
{
|
||||
Pattern: "foo:pattern_out_314159265359_refref_314159265359_refref_{rtmp,name=$outputid}",
|
||||
Pattern: "mem:pattern_out_314159265359_refref_314159265359_refref_{rtmp,name=$outputid}",
|
||||
MaxFiles: 0,
|
||||
MaxFileAge: 0,
|
||||
PurgeOnDelete: false,
|
||||
|
||||
Reference in New Issue
Block a user