mirror of
https://github.com/strongdm/comply
synced 2024-11-05 23:45:25 +00:00
ce5c4c3a4a
* Add gitlab issue integration * Clean up gitlab issue integration
10 lines
86 B
Go
10 lines
86 B
Go
package gitlab
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGitlab(t *testing.T) {
|
|
createOne()
|
|
}
|