We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48241dc commit 68556e1Copy full SHA for 68556e1
src/test/java/org/primeframework/mvc/PrimeBaseTest.java
@@ -53,6 +53,7 @@
53
import io.fusionauth.http.server.HTTPResponse;
54
import io.fusionauth.http.server.HTTPServerConfiguration;
55
import org.example.action.SecureAction;
56
+import org.example.action.oauth.TokenAction;
57
import org.example.action.user.EditAction;
58
import org.primeframework.mvc.action.ActionInvocation;
59
import org.primeframework.mvc.action.ExecuteMethodConfiguration;
@@ -219,6 +220,7 @@ public void beforeMethod() {
219
220
// Reset
221
EditAction.getCalled = false;
222
SecureAction.UnknownParameters.clear();
223
+ TokenAction.UnknownParameters.clear();
224
225
TestUnhandledExceptionHandler.reset();
226
0 commit comments