Exemplo n.º 1
0
def check_license_filter_structure_companion_packages(context):
    """Check the existence of 'license_filter/companion_packages' attribute in the JSON response."""
    find_dictionary_under_the_path(context,
                                   "license_filter/companion_packages")
Exemplo n.º 2
0
def check_license_filter_structure(context):
    """Check the existence of 'license_filter' attribute in the JSON response."""
    find_dictionary_under_the_path(context, "license_filter")