Skip to content

Commit eebc58f

Browse files
committed
Update test
1 parent e18b1b7 commit eebc58f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/integration/export_int_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,8 @@ func (suite *ExportIntegrationTestSuite) TestExport_BuildPlan() {
152152
cp := ts.Spawn("export", "buildplan")
153153
cp.Expect("Resolving Dependencies")
154154
cp.Expect(`{`)
155-
cp.Expect(`"let":`)
156-
cp.Expect(`"in":`)
157-
cp.Expect(`"runtime":`)
158-
cp.Expect(`"sources":`)
155+
cp.Expect(`"buildPlanID":`)
156+
cp.Expect(`"terminals":`)
159157
cp.Expect(`}`)
160158
cp.ExpectExitCode(0)
161159
}

0 commit comments

Comments
 (0)