We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63882fa commit d3f3c33Copy full SHA for d3f3c33
1 file changed
internal/wrappers/jwt-helper_test.go
@@ -167,7 +167,7 @@ func TestBuildLicenseDetailsFromJWT(t *testing.T) {
167
},
168
{
169
name: "case insensitive matching",
170
- allowedEngines: []string{"checkmarx one assist", "ai protection"},
+ allowedEngines: []string{"checkmarx one assist", "checkmarx developer assist"},
171
dastEnabled: false,
172
expectedCxOneAssist: "true",
173
expectedCxDevAssist: "true",
0 commit comments