This commit is contained in:
jaehanbyun 2026-04-21 11:54:14 +05:30 committed by GitHub
commit f51ac3aa24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)