Skip to content

Commit

Permalink
Remove startTaskResourceFile object from test
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
  • Loading branch information
adamrtalbot committed Apr 8, 2024
1 parent cd416e4 commit c145e45
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ class AzBatchServiceTest extends Specification {
def configuredStartTask = svc.createStartTask( new AzPoolOpts(startTask: 'echo hello-world') )
then:
configuredStartTask.commandLine == 'bash -c "echo hello-world; chmod +x azcopy && mkdir $AZ_BATCH_NODE_SHARED_DIR/bin/ && cp azcopy $AZ_BATCH_NODE_SHARED_DIR/bin/"'
configuredStartTask.resourceFiles == [
[filePath: 'azcopy', blobSource: 'https://aka.ms/downloadazcopy-v10-linux']
]
}

def 'should configure not install AzCopy because copyToolInstallMode is off' () {
Expand Down

0 comments on commit c145e45

Please sign in to comment.