Skip to content

Commit

Permalink
move AuthConfigTest to the testconfig package
Browse files Browse the repository at this point in the history
so it doesn't get picked up by ComponentScan
  • Loading branch information
dbyron-sf committed Aug 8, 2024
1 parent 953e436 commit 868c949
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.netflix.spinnaker.gate;
package com.netflix.spinnaker.gate.testconfig;

import static org.assertj.core.api.Assertions.assertThat;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.netflix.spinnaker.gate.Main;
import com.netflix.spinnaker.gate.config.AuthConfig;
import com.netflix.spinnaker.gate.health.DownstreamServicesHealthIndicator;
import com.netflix.spinnaker.gate.security.basic.BasicAuthConfig;
Expand Down

0 comments on commit 868c949

Please sign in to comment.