Skip to content

Commit

Permalink
Merge pull request #23 from MabOneSdk/anudeeb
Browse files Browse the repository at this point in the history
Set storage type API
  • Loading branch information
Samuel Anudeep committed Jun 15, 2015
2 parents aefe7c1 + 431393a commit e057cbf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ public void UploadCertReturnsValidResponseTest()
}
}

// NOTE: Test will fail till RRP gets upgraded with sd18 changes in seadev01
[Fact]
public void UpdateStorageTypeReturnsOKTest()
public void UpdateStorageTypeReturnsValidCodeTest()
{
using (UndoContext undoContext = UndoContext.Current)
{
Expand All @@ -97,7 +98,7 @@ public void UpdateStorageTypeReturnsOKTest()

// Response Validation
Assert.NotNull(response);
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
Assert.Equal(HttpStatusCode.NoContent, response.StatusCode);
}
}
}
Expand Down

0 comments on commit e057cbf

Please sign in to comment.