mirror of https://github.com/apache/maven.git
o Tweaked IT to better match real life
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de93e51e31
commit
c9a33756ce
|
@ -76,7 +76,7 @@ public class MavenITmng4781DeploymentToNexusStagingRepoTest
|
|||
|
||||
if ( "PUT".equalsIgnoreCase( request.getMethod() ) )
|
||||
{
|
||||
response.setStatus( HttpServletResponse.SC_OK );
|
||||
response.setStatus( HttpServletResponse.SC_CREATED );
|
||||
deployedUris.add( request.getRequestURI() );
|
||||
putSeen = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue