Uploaded image for project: 'External API Framework'
  1. External API Framework
  2. EXTAPI-423

Check for CST template is case sensitive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Frankfurt Release
    • Frankfurt Release
    • NBI
    • None

      if (category.startsWith("e2e") || category.startsWith("CST")) {

       

      should be

      if (category.startsWith("e2e") || category.startsWith("cst")) {

            priyadharshini priyadharshini
            aosull01 aosull01
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: