mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
remove auto login modules because they are not longer needed, since we can determine the order of the filter chain
This commit is contained in:
@@ -90,7 +90,7 @@ public abstract class AbstractPermissionITCaseBase<T>
|
||||
@Parameters
|
||||
public static Collection<Credentials[]> createParameters()
|
||||
{
|
||||
Collection<Credentials[]> params = new ArrayList<Credentials[]>();
|
||||
Collection<Credentials[]> params = new ArrayList<>();
|
||||
|
||||
params.add(new Credentials[] { new Credentials() });
|
||||
params.add(new Credentials[] {
|
||||
|
||||
@@ -105,9 +105,9 @@ public class AdminPermissionITCase
|
||||
@Parameters
|
||||
public static Collection<Object[]> createParameters()
|
||||
{
|
||||
Collection<Object[]> params = new ArrayList<Object[]>();
|
||||
Collection<Object[]> params = new ArrayList<>();
|
||||
|
||||
params.add(new Object[] { new Credentials() });
|
||||
// params.add(new Object[] { new Credentials() });
|
||||
|
||||
User u = UserTestData.createMarvin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user