97d2d4512f
* Separated ps module_util test targets, added WebRequest tests * Simplify header test
8 lines
168 B
YAML
8 lines
168 B
YAML
---
|
|
- name: call module with camel conversion tests
|
|
camel_conversion_test:
|
|
register: camel_conversion
|
|
|
|
- assert:
|
|
that:
|
|
- camel_conversion.data == 'success'
|