WithSecurityContextTestExecutionListener > SqlScriptsTestExecutionListener
WithSecurityContextTestExecutionListener should order after SqlScriptsTestExecutionListener so sql can setup the current user's info in the database. Fixes gh-3962
This commit is contained in:
+2
-2
@@ -144,10 +144,10 @@ public class WithSecurityContextTestExecutionListener
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns {@code 1000}.
|
||||
* Returns {@code 10000}.
|
||||
*/
|
||||
@Override
|
||||
public int getOrder() {
|
||||
return 1000;
|
||||
return 10000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user