| Index: appengine/config_service/ui/test/config-ui/config-set_test.html
|
| diff --git a/appengine/config_service/ui/test/config-ui/config-set_test.html b/appengine/config_service/ui/test/config-ui/config-set_test.html
|
| index 6da47e8d9d412b3ef2d9518ebe8ea9324d7c061d..ea242e73ffe68b2eb2b1648ae36120e4d3cf490d 100644
|
| --- a/appengine/config_service/ui/test/config-ui/config-set_test.html
|
| +++ b/appengine/config_service/ui/test/config-ui/config-set_test.html
|
| @@ -82,7 +82,13 @@
|
| var param = {
|
| config_sets: [{
|
| files: [{path: "OWNERS"}, {path: "README.md"}],
|
| - last_import_attempt: { success: true },
|
| + last_import_attempt: {
|
| + success: true,
|
| + revision: {
|
| + url: "https://test.com",
|
| + timestamp: "1234567890"
|
| + }
|
| + }
|
| }]
|
| };
|
| setserver(param);
|
|
|