Add test script

This commit is contained in:
truecode112
2023-05-15 17:16:20 +00:00
committed by DmitryFrolovTri
parent 82f3e2d475
commit 2a1abe5006
+1
View File
@@ -23,4 +23,5 @@ func TestUpdateRepoPost(t *testing.T) {
UpdateRepoPost(ctx)
assert.NotEmpty(t, ctx.Flash.ErrorMsg)
}