Skip to content

Commit

Permalink
WW-5095 Sets ActionMapping when preparing a test nv
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Nov 11, 2020
1 parent f6365e7 commit 1d18e8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ protected ActionProxy getActionProxy(String uri) {
ServletActionContext.setRequest(request);
ServletActionContext.setResponse(response);

ServletActionContext.getContext().put(ServletActionContext.ACTION_MAPPING, mapping);

return proxy;
}

Expand Down

0 comments on commit 1d18e8f

Please sign in to comment.