1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 00:11:46 +00:00
comply/internal/gitlab/gitlab_test.go
Mason Hensley ce5c4c3a4a Add gitlab issue integration (#51)
* Add gitlab issue integration

* Clean up gitlab issue integration
2018-07-20 17:45:20 -07:00

10 lines
86 B
Go

package gitlab
import (
"testing"
)
func TestGitlab(t *testing.T) {
createOne()
}