diff options
author | Valery Piashchynski <[email protected]> | 2021-08-20 13:49:58 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-20 13:49:58 +0300 |
commit | d7d753a625764df61adc56f778e6b9fa846851c5 (patch) | |
tree | 304fa88ce4e92a0af0524af522fa7a294203d89b /tests/plugins | |
parent | 7c155577ee9f7a4c19bd8aa04d7b44f908f0b5e7 (diff) |
Fix sqs maps parsing
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/jobs/jobs_sqs_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/jobs/jobs_sqs_test.go b/tests/plugins/jobs/jobs_sqs_test.go index ae15eb89..630a059a 100644 --- a/tests/plugins/jobs/jobs_sqs_test.go +++ b/tests/plugins/jobs/jobs_sqs_test.go @@ -494,6 +494,7 @@ func declareSQSPipe(t *testing.T) { "priority": "3", "visibility_timeout": "0", "wait_time_seconds": "3", + "tags": `{"key":"value"}`, }} er := &jobsv1beta.Empty{} |