(t *testing.T, driver *ArtifactDriver, git *wfv1.GitArtifact)
| 185 | } |
| 186 | |
| 187 | func load(t *testing.T, driver *ArtifactDriver, git *wfv1.GitArtifact) error { |
| 188 | t.Helper() |
| 189 | _ = os.RemoveAll(path) |
| 190 | return driver.Load(logging.TestContext(t.Context()), &wfv1.Artifact{ArtifactLocation: wfv1.ArtifactLocation{Git: git}}, path) |
| 191 | } |
| 192 | |
| 193 | func TestGetUser(t *testing.T) { |
| 194 | for _, tt := range []struct { |
no test coverage detected