Skip to content

Commit

Permalink
fix: gh-release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Aug 19, 2023
1 parent 6646335 commit d4282ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/installers/gh_release/test_gh_release_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"linux/amd64",
),
( # .pem file
"caddy --version",
"caddy version",
0,
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"caddyserver/caddy",
Expand All @@ -152,15 +152,6 @@
"--release-tag-regex 'cli\\-'",
"linux/amd64",
),
( # .sbom file
"gitsign version",
0,
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"sigstore/gitsign",
"gitsign",
"",
"linux/amd64",
),
( # date based version
"youtubeuploader -version",
0,
Expand Down

0 comments on commit d4282ea

Please sign in to comment.