mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-20 20:07:03 +01:00
Update tests/integration/codeowner_test.go
Typo
This commit is contained in:
parent
9ae95d7bbb
commit
f65fba1869
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ func TestCodeOwner(t *testing.T) {
|
|||
_, err := db.GetEngine(db.DefaultContext).Cols("is_private").Update(repo)
|
||||
require.NoError(t, err)
|
||||
|
||||
err = os.WriteFile(path.Join(dstPath, "README.md"), []byte("## very senstive info"), 0o666)
|
||||
err = os.WriteFile(path.Join(dstPath, "README.md"), []byte("## very sensitive info"), 0o666)
|
||||
require.NoError(t, err)
|
||||
|
||||
err = git.AddChanges(dstPath, true)
|
||||
|
|
Loading…
Reference in a new issue