aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-23 19:20:45 +0100
committerGitHub <noreply@github.com>2020-02-23 19:20:45 +0100
commit8ef6438fb476e9d510a39ead321cbeee6288e2d2 (patch)
tree2bcd2a5420bbdbed13b3de82992c30b7d17893e2 /bridge/github/import_test.go
parent0e68c10ffc3f9e72e32b8cdfcd917b3fe1ab240c (diff)
parent0cebe1e57e7e4b03aef77cd11bd4fc683c32afc6 (diff)
downloadgit-bug-8ef6438fb476e9d510a39ead321cbeee6288e2d2.tar.gz
Merge pull request #341 from MichaelMure/bridges-default-login
bridge: record the login used during the configure and use it as default credential
Diffstat (limited to 'bridge/github/import_test.go')
-rw-r--r--bridge/github/import_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridge/github/import_test.go b/bridge/github/import_test.go
index 20b1b71e..107d74c5 100644
--- a/bridge/github/import_test.go
+++ b/bridge/github/import_test.go
@@ -153,8 +153,9 @@ func Test_Importer(t *testing.T) {
importer := &githubImporter{}
err = importer.Init(ctx, backend, core.Configuration{
- confKeyOwner: "MichaelMure",
- confKeyProject: "git-bug-test-github-bridge",
+ confKeyOwner: "MichaelMure",
+ confKeyProject: "git-bug-test-github-bridge",
+ confKeyDefaultLogin: login,
})
require.NoError(t, err)