We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18b1b7 commit eebc58fCopy full SHA for eebc58f
test/integration/export_int_test.go
@@ -152,10 +152,8 @@ func (suite *ExportIntegrationTestSuite) TestExport_BuildPlan() {
152
cp := ts.Spawn("export", "buildplan")
153
cp.Expect("Resolving Dependencies")
154
cp.Expect(`{`)
155
- cp.Expect(`"let":`)
156
- cp.Expect(`"in":`)
157
- cp.Expect(`"runtime":`)
158
- cp.Expect(`"sources":`)
+ cp.Expect(`"buildPlanID":`)
+ cp.Expect(`"terminals":`)
159
cp.Expect(`}`)
160
cp.ExpectExitCode(0)
161
}
0 commit comments