@@ -68,20 +68,20 @@ var _ = DevSpaceDescribe("replacepods", func() {
6868 }()
6969
7070 // check if file is there
71- framework .ExpectRemoteFileContents ("ubuntu " , ns , "/app/test2.txt" , "Hello World 123" )
71+ framework .ExpectRemoteFileContents ("alpine " , ns , "/app/test2.txt" , "Hello World 123" )
7272
7373 // check if file is there
74- framework .ExpectRemoteFileContents ("ubuntu " , ns , "/test.txt" , "Hello World\n " )
74+ framework .ExpectRemoteFileContents ("alpine " , ns , "/test.txt" , "Hello World\n " )
7575
7676 // upload a file and restart the container
7777 err = os .WriteFile ("test1.txt" , []byte ("Hello World2!" ), 0777 )
7878 framework .ExpectNoError (err )
7979
8080 // wait for uploaded
81- framework .ExpectRemoteFileContents ("ubuntu " , ns , "/app/test1.txt" , "Hello World2!" )
81+ framework .ExpectRemoteFileContents ("alpine " , ns , "/app/test1.txt" , "Hello World2!" )
8282
8383 // wait for restarted
84- framework .ExpectRemoteFileContents ("ubuntu " , ns , "/test.txt" , "Hello World\n Hello World\n " )
84+ framework .ExpectRemoteFileContents ("alpine " , ns , "/test.txt" , "Hello World\n Hello World\n " )
8585
8686 cancel ()
8787 err = <- done
0 commit comments