Skip to content

Commit

Permalink
SHIBUI-2051
Browse files Browse the repository at this point in the history
MetadataResolversControllerIntegrationTests update
  • Loading branch information
chasegawa committed Aug 27, 2021
1 parent aaaffdb commit e17a3ff
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package edu.internet2.tier.shibboleth.admin.ui.util


import org.springframework.security.test.context.support.WithMockUser

import java.lang.annotation.Retention
import java.lang.annotation.RetentionPolicy

@Retention(RetentionPolicy.RUNTIME)
@WithMockUser(value = "admin", roles = ["ADMIN"])
@interface WithMockAdmin {}

0 comments on commit e17a3ff

Please sign in to comment.