Skip to content

Commit 3b8f3b0

Browse files
Update jwt-helper-mock.go
1 parent 3b2970f commit 3b8f3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wrappers/mock/jwt-helper-mock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (j *JWTMockWrapper) GetLicenseDetails() (licenseDetails map[string]string,
8686
licenseDetails["scan.config.plugins.cxoneassist"] = strconv.FormatBool(assistEnabled)
8787

8888
standaloneEnabled := true
89-
licenseDetails["scan.config.plugins.standalone"] = strconv.FormatBool(standaloneEnabled)
89+
licenseDetails["scan.config.plugins.cxdevassist"] = strconv.FormatBool(standaloneEnabled)
9090

9191
for _, engine := range engines {
9292
licenseDetails[engine] = licenseEnabledValue

0 commit comments

Comments
 (0)