diff --git a/tools/test/test.bats b/tools/test/test.bats index a39bdb7..fc3ae95 100644 --- a/tools/test/test.bats +++ b/tools/test/test.bats @@ -63,7 +63,7 @@ setup() { # Abats test_tags=bats:focus @test "full attestation flow" { export CHAINLOOP_WORKFLOW_NAME="chainloop-labs-tests" - export CHAINLOOP_PROJECT_NAME="tests" + export CHAINLOOP_PROJECT_NAME="chainloop" cp ./c8l /tmp cd /tmp mkdir -p .c8l_cache @@ -94,4 +94,4 @@ setup() { CHAINLOOP_USE_INSECURE_KEY=true run bash -c "c8l r chainloop_attestation_push" assert_success -} \ No newline at end of file +}