| Index: milo/appengine/buildbot/build_test.go
|
| diff --git a/milo/appengine/buildbot/build_test.go b/milo/appengine/buildbot/build_test.go
|
| index 4575b87e35f8cb093b778387be0c83246931e195..31ae70afd7265c00bf2bbff06812e8da133b69d4 100644
|
| --- a/milo/appengine/buildbot/build_test.go
|
| +++ b/milo/appengine/buildbot/build_test.go
|
| @@ -83,8 +83,7 @@ func TestBuild(t *testing.T) {
|
| Number: 1,
|
| Internal: true,
|
| })
|
| - b, err := getBuild(c, "fake", "fake", 1)
|
| - So(b, ShouldBeNil)
|
| + _, err := getBuild(c, "fake", "fake", 1)
|
| So(err, ShouldResemble, miloerror.Error{
|
| Message: "Cannot fetch project buildbot-internal:\ndatastore: no such entity",
|
| Code: 500,
|
|
|