Commit 68310242 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Instantiate correct object in gitlab test.

parent 7275ef7f
Pipeline #1133 passed with stage
in 1 minute and 56 seconds
......@@ -51,7 +51,7 @@ func TestNewEmptyGroupList(t *testing.T) {
func TestStartSession(t *testing.T) {
a := assert.New(t)
p, _ := newGithub()
p, _ := newGitlab()
s := p.StartSession("test_state")
a.Contains(s.AuthURL, "exampleorg/oauth/authorize")
a.Contains(s.AuthURL, "state=test_state")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment