@@ -48,7 +48,7 @@ func TestGithubImporter(t *testing.T) {
4848 }{
4949 {
5050 name : "simple issue" ,
51- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/1" ,
51+ url : "https://github.com/git-bug/test-github-bridge/issues/1" ,
5252 bug : & bug.Snapshot {
5353 Operations : []dag.Operation {
5454 bug .NewCreateOp (author , 0 , "simple issue" , "initial comment" , nil ),
@@ -59,7 +59,7 @@ func TestGithubImporter(t *testing.T) {
5959 },
6060 {
6161 name : "empty issue" ,
62- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/2" ,
62+ url : "https://github.com/git-bug/test-github-bridge/issues/2" ,
6363 bug : & bug.Snapshot {
6464 Operations : []dag.Operation {
6565 bug .NewCreateOp (author , 0 , "empty issue" , "" , nil ),
@@ -68,7 +68,7 @@ func TestGithubImporter(t *testing.T) {
6868 },
6969 {
7070 name : "complex issue" ,
71- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/3" ,
71+ url : "https://github.com/git-bug/test-github-bridge/issues/3" ,
7272 bug : & bug.Snapshot {
7373 Operations : []dag.Operation {
7474 bug .NewCreateOp (author , 0 , "complex issue" , "initial comment" , nil ),
@@ -112,7 +112,7 @@ func TestGithubImporter(t *testing.T) {
112112 },
113113 {
114114 name : "editions" ,
115- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/4" ,
115+ url : "https://github.com/git-bug/test-github-bridge/issues/4" ,
116116 bug : & bug.Snapshot {
117117 Operations : []dag.Operation {
118118 bug .NewCreateOp (author , 0 , "editions" , "initial comment edited" , nil ),
@@ -124,7 +124,7 @@ func TestGithubImporter(t *testing.T) {
124124 },
125125 {
126126 name : "comment deletion" ,
127- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/5" ,
127+ url : "https://github.com/git-bug/test-github-bridge/issues/5" ,
128128 bug : & bug.Snapshot {
129129 Operations : []dag.Operation {
130130 bug .NewCreateOp (author , 0 , "comment deletion" , "" , nil ),
@@ -133,7 +133,7 @@ func TestGithubImporter(t *testing.T) {
133133 },
134134 {
135135 name : "edition deletion" ,
136- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/6" ,
136+ url : "https://github.com/git-bug/test-github-bridge/issues/6" ,
137137 bug : & bug.Snapshot {
138138 Operations : []dag.Operation {
139139 bug .NewCreateOp (author , 0 , "edition deletion" , "initial comment" , nil ),
@@ -145,7 +145,7 @@ func TestGithubImporter(t *testing.T) {
145145 },
146146 {
147147 name : "hidden comment" ,
148- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/7" ,
148+ url : "https://github.com/git-bug/test-github-bridge/issues/7" ,
149149 bug : & bug.Snapshot {
150150 Operations : []dag.Operation {
151151 bug .NewCreateOp (author , 0 , "hidden comment" , "initial comment" , nil ),
@@ -155,7 +155,7 @@ func TestGithubImporter(t *testing.T) {
155155 },
156156 {
157157 name : "transferred issue" ,
158- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/8" ,
158+ url : "https://github.com/git-bug/test-github-bridge/issues/8" ,
159159 bug : & bug.Snapshot {
160160 Operations : []dag.Operation {
161161 bug .NewCreateOp (author , 0 , "transfered issue" , "" , nil ),
@@ -164,7 +164,7 @@ func TestGithubImporter(t *testing.T) {
164164 },
165165 {
166166 name : "unicode control characters" ,
167- url : "https://github.com/git-bug/git-bug- test-github-bridge/issues/10" ,
167+ url : "https://github.com/git-bug/test-github-bridge/issues/10" ,
168168 bug : & bug.Snapshot {
169169 Operations : []dag.Operation {
170170 bug .NewCreateOp (author , 0 , "unicode control characters" , "u0000: \n u0001: \n u0002: \n u0003: \n u0004: \n u0005: \n u0006: \n u0007: \n u0008: \n u0009: \t \n u0010: \n u0011: \n u0012: \n u0013: \n u0014: \n u0015: \n u0016: \n u0017: \n u0018: \n u0019:" , nil ),
@@ -186,7 +186,7 @@ func TestGithubImporter(t *testing.T) {
186186 importer := & githubImporter {}
187187 err = importer .Init (ctx , backend , core.Configuration {
188188 confKeyOwner : "git-bug" ,
189- confKeyProject : "git-bug- test-github-bridge" ,
189+ confKeyProject : "test-github-bridge" ,
190190 confKeyDefaultLogin : login ,
191191 })
192192 require .NoError (t , err )
0 commit comments