Skip to content

Commit

Permalink
PAPP-34457: resolving linting errors because of new linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tapishj-splunk committed Sep 16, 2024
1 parent e43a17d commit 6b5c029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zscaler_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific language governing permissions
# and limitations under the License.
ZSCALER_JSON_FULL_DETAILS = 'Full Details'
ZSCLAER_ERR_MD5_UNKNOWN_MSG = 'md5 is unknown or analysis has yet not been completed'
ZSCALER_SANDBOX_GET_REPORT_MSG = 'Sandbox report successfully fetched for the provided md5 hash'
ZSCALER_JSON_FULL_DETAILS = "Full Details"
ZSCLAER_ERR_MD5_UNKNOWN_MSG = "md5 is unknown or analysis has yet not been completed"
ZSCALER_SANDBOX_GET_REPORT_MSG = "Sandbox report successfully fetched for the provided md5 hash"
ZSCALER_SANDBOX_SUBMIT_FILE_MSG = "Successfully submitted the file to Sandbox"
ZSCALER_ERR_MSG_UNAVAILABLE = "Error message unavailable. Please check the asset configuration and|or action parameters"
ZSCALER_STATE_FILE_CORRUPT_ERR = (
Expand All @@ -24,7 +24,7 @@
ZSCALER_MAX_PAGESIZE = 1000
ZSCALER_DEFAULT_TIMEOUT = 30

# Constants relating to '_validate_integer'
# Constants relating to "_validate_integer"
ZSCALER_VALID_INTEGER_MSG = "Please provide a valid integer value in the {param}"
ZSCALER_NON_NEGATIVE_INTEGER_MSG = "Please provide a valid non-negative integer value in the {param}"
ZSCALER_POSITIVE_INTEGER_MSG = "Please provide a valid non-zero positive integer value in the {param}"
Expand Down

0 comments on commit 6b5c029

Please sign in to comment.