Skip to content

Commit

Permalink
Generated congfig after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sankur-codes committed Feb 15, 2025
1 parent 91eebeb commit cd10539
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/deploy/assets/gateway-production.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/deploy/assets/rp-production.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions pkg/frontend/shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ func newTestInfraWithFeatures(t *testing.T, features map[env.Feature]bool) *test
keyvault := mock_keyvault.NewMockManager(controller)
keyvault.EXPECT().GetCertificateSecret(gomock.Any(), env.RPServerSecretName).AnyTimes().Return(serverkey, servercerts, nil)

log := logrus.NewEntry(logrus.StandardLogger())

_env := mock_env.NewMockInterface(controller)
_env.EXPECT().IsLocalDevelopmentMode().AnyTimes().Return(false)
_env.EXPECT().Environment().AnyTimes().Return(&azureclient.PublicCloud)
Expand Down

0 comments on commit cd10539

Please sign in to comment.