| Index: components/ntp_snippets/ntp_snippets_fetcher_unittest.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_fetcher_unittest.cc b/components/ntp_snippets/ntp_snippets_fetcher_unittest.cc
|
| index 1fbeacd84d510920b83ac27ca975bbd47b4ebfeb..a0f7893ac6e11f2f6b2eccf3c5a587b2d7a6580e 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher_unittest.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher_unittest.cc
|
| @@ -383,14 +383,8 @@ TEST_F(NTPSnippetsContentSuggestionsFetcherTest, ShouldFetchSuccessfully) {
|
| " \"title\" : \"Foo Barred from Baz\","
|
| " \"summaryText\" : \"...\","
|
| " \"fullPageUrl\" : \"http://localhost/foobar\","
|
| - " \"publishTime\" : {"
|
| - " \"seconds\": 1466510682,"
|
| - " \"nanos\": 552743000 "
|
| - " },"
|
| - " \"expirationTime\" : {"
|
| - " \"seconds\" : 1466597082,"
|
| - " \"nanos\" : 552743000 "
|
| - " },"
|
| + " \"publishTime\" : \"2016-06-30T11:01:37.000Z\","
|
| + " \"expirationTime\" : \"2016-07-01T11:01:37.000Z\","
|
| " \"publisherName\" : \"Foo News\","
|
| " \"imageUrl\" : \"http://localhost/foobar.jpg\","
|
| " \"ampUrl\" : \"http://localhost/amp\","
|
|
|