engine: LoadSecret->NewSecret

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2022-01-07 11:52:16 -08:00
parent 6a70271ff2
commit 5f840723e2
5 changed files with 25 additions and 25 deletions

View File

@@ -126,8 +126,8 @@ setup() {
assert_failure
}
@test "task: #LoadSecret" {
cd "$TESTDIR"/tasks/loadsecret
@test "task: #NewSecret" {
cd "$TESTDIR"/tasks/newsecret
"$DAGGER" --europa up ./loadsecret.cue
"$DAGGER" --europa up ./newsecret.cue
}