refactored tests to account for lib reorg

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones
2021-12-16 12:29:40 -07:00
parent 4768425037
commit 0ed6327344
6 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import (
engine.#Plan & {
// should fail because of misspelled value
context: services: dockerSocket: unix: "/var/run/docker.soc"
proxy: dockerSocket: unix: "/var/run/docker.soc"
actions: test: #up: [
op.#Load & {
@@ -19,7 +19,7 @@ engine.#Plan & {
op.#Exec & {
always: true
mount: "/var/run/docker.sock": stream: context.services.dockerSocket.service
mount: "/var/run/docker.sock": stream: proxy.dockerSocket.service
args: ["docker", "info"]
},
]