distcloud/distributedcloud/dcorch/tests/unit/common/constants.py

10 lines
192 B
Python

# Copyright (c) 2024 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# Content-type
TEXT_HTML = 'text/html'
TEXT_PLAIN = 'text/plain'
APPLICATION_JSON = 'application/json'