File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ func TestExtractAndInitializeDevcontainerScripts(t *testing.T) {
255
255
// Preprocess the devcontainer scripts to remove scripting part.
256
256
for i := range gotDevcontainerScripts {
257
257
gotDevcontainerScripts [i ].Script = textGrep ("devcontainer up" , gotDevcontainerScripts [i ].Script )
258
- require .NotEmpty (t , gotDevcontainerScripts [i ].Script , "devcontainer up --log-format json script not found" )
258
+ require .NotEmpty (t , gotDevcontainerScripts [i ].Script , "devcontainer up script not found" )
259
259
}
260
260
if diff := cmp .Diff (tt .wantDevcontainerScripts , gotDevcontainerScripts ); diff != "" {
261
261
t .Errorf ("ExtractAndInitializeDevcontainerScripts() gotDevcontainerScripts mismatch (-want +got):\n %s" , diff )
You can’t perform that action at this time.
0 commit comments