diff --git a/src/common/utils.py b/src/common/utils.py index a14213c..d922a00 100644 --- a/src/common/utils.py +++ b/src/common/utils.py @@ -57,4 +57,4 @@ class BrandName(str, Enum): Class enum for k8s job type names """ APSVIZ = 'APSViz' - noop = 'NOOP' + NOPP = 'NOPP'