feat(cli): add mage command to update golden integration test files (#4380)

This commit is contained in:
DmitriyLewen
2023-05-16 16:58:50 +06:00
committed by GitHub
parent 1a56295ff8
commit d298415c09
20 changed files with 120 additions and 79 deletions

View File

@@ -402,6 +402,9 @@ func TestClientServerWithFormat(t *testing.T) {
}
func TestClientServerWithCycloneDX(t *testing.T) {
if *update {
t.Skipf("This test doesn't use golden files")
}
tests := []struct {
name string
args csArgs