Skip to content

Commit

Permalink
Merge pull request #13012 from msm1992/master-FG-fixes
Browse files Browse the repository at this point in the history
Fix product test failure
  • Loading branch information
AnuGayan authored Feb 27, 2025
2 parents eb6521d + 60ca3f2 commit c931b32
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ public Environment addEnvironment(String tenantDomain, Environment environment)
validateForUniqueVhostNames(environment);
Environment environmentToStore = new Environment(environment);
encryptGatewayConfigurationValues(null, environmentToStore);
apiMgtDAO.addEnvironment(tenantDomain, environmentToStore);
return environment;
return apiMgtDAO.addEnvironment(tenantDomain, environmentToStore);
}

@Override
Expand Down

0 comments on commit c931b32

Please sign in to comment.