File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func TestKindLocationGet(t *testing.T) {
4848// TestKindLocationCreateByID tests functionality of creating a new location.
4949func TestKindLocationCreateByID (t * testing.T ) {
5050 const dataFile = "testdata/location_create.json"
51- const target = "https://github.com/tdabasinskas /go/ backstage/test"
51+ const target = "https://github.com/datolabs-io /go- backstage/test"
5252
5353 expected := LocationCreateResponse {}
5454 expectedData , _ := os .ReadFile (dataFile )
@@ -88,7 +88,7 @@ func TestKindLocationCreateByID(t *testing.T) {
8888// TestKindLocationCreateByID_DryRun tests functionality of creating a new location.
8989func TestKindLocationCreateByID_DryRun (t * testing.T ) {
9090 const dataFile = "testdata/location_create_dryrun.json"
91- const target = "https://github.com/tdabasinskas /go/ backstage/test"
91+ const target = "https://github.com/datolabs-io /go- backstage/test"
9292
9393 expected := LocationCreateResponse {}
9494 expectedData , _ := os .ReadFile (dataFile )
Original file line number Diff line number Diff line change 11{
22 "id" : " 830d2354-8bbb-42d1-a751-2959f6da5416" ,
33 "type" : " url" ,
4- "target" : " https://github.com/tdabasinskas /go/ backstage/test"
4+ "target" : " https://github.com/datolabs-io /go- backstage/test"
55}
Original file line number Diff line number Diff line change 22 "location" : {
33 "id" : " 830d2354-8bbb-42d1-a751-2959f6da5416" ,
44 "type" : " url" ,
5- "target" : " https://github.com/tdabasinskas /go/ backstage/test"
5+ "target" : " https://github.com/datolabs-io /go- backstage/test"
66 },
77 "entities" : []
88}
Original file line number Diff line number Diff line change 33 "location" : {
44 "id" : " 830d2354-8bbb-42d1-a751-2959f6da5416" ,
55 "type" : " url" ,
6- "target" : " https://github.com/tdabasinskas /go/ backstage/test"
6+ "target" : " https://github.com/datolabs-io /go- backstage/test"
77 },
88 "entities" : []
99}
Original file line number Diff line number Diff line change 22 {
33 "data" : {
44 "id" : " 650a7ec5-9813-4f42-ae8a-cde84653daf4" ,
5- "target" : " https://github.com/tdabasinskas /test" ,
5+ "target" : " https://github.com/datolabs-io/go-backstage /test" ,
66 "type" : " url"
77 }
88 },
99 {
1010 "data" : {
1111 "id" : " ab31518c-91a4-49b8-a65a-3a12c7f92055" ,
12- "target" : " https://github.com/tdabasinskas /example" ,
12+ "target" : " https://github.com/datolabs-io/go-backstage /example" ,
1313 "type" : " url"
1414 }
1515 }
You can’t perform that action at this time.
0 commit comments