Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 committed Aug 7, 2024
1 parent 0914b62 commit 86482ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ describe("declarative config: process_auto_fields", function()
max_retry_delay = 60,
max_retry_time = 60,
},
no_queue = false,
}
},
}
Expand Down Expand Up @@ -237,6 +238,7 @@ describe("declarative config: process_auto_fields", function()
max_retry_delay = 60,
max_retry_time = 60,
},
no_queue = false,
}
},
}
Expand Down Expand Up @@ -354,6 +356,7 @@ describe("declarative config: process_auto_fields", function()
max_retry_delay = 60,
max_retry_time = 60,
},
no_queue = false,
}
},
}
Expand Down Expand Up @@ -675,6 +678,7 @@ describe("declarative config: process_auto_fields", function()
max_retry_delay = 60,
max_retry_time = 60,
},
no_queue = false,
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ describe("declarative config: flatten", function()
max_retry_time = 60,
max_bytes = null,
},
no_queue = false,
}
},
{
Expand Down Expand Up @@ -410,6 +411,7 @@ describe("declarative config: flatten", function()
max_retry_time = 60,
max_bytes = null,
},
no_queue = false,
},
consumer = {
id = "UUID"
Expand Down Expand Up @@ -611,7 +613,8 @@ describe("declarative config: flatten", function()
max_retry_delay = 60,
max_retry_time = 60,
max_bytes = null,
}
},
no_queue = false,
},
consumer = null,
created_at = 1234567890,
Expand Down Expand Up @@ -1129,6 +1132,7 @@ describe("declarative config: flatten", function()
max_retry_time = 60,
max_bytes = null,
},
no_queue = false,
},
consumer = null,
created_at = 1234567890,
Expand Down

0 comments on commit 86482ba

Please sign in to comment.