mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Merge 07d3ace6c3 into e0e827dab0
This commit is contained in:
commit
f51ac3aa24
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ users:
|
|||
|
||||
const testConfigFilePath = "./testdata/local.config"
|
||||
|
||||
func TestContextDelete(t *testing.T) {
|
||||
func Test_deleteContext(t *testing.T) {
|
||||
// Write the test config file
|
||||
err := os.WriteFile(testConfigFilePath, []byte(testConfig), os.ModePerm)
|
||||
require.NoError(t, err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue