remove unused test helper

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-05-15 16:05:09 +02:00
parent c85b25cc6c
commit 0383c6b52a
3 changed files with 1 additions and 8 deletions

View File

@@ -9,6 +9,6 @@ import (
source: dagger.#Artifact
// Container image
container: docker.#Build & {
image: docker.#Build & {
"source": source
}