Skip to content

Commit 640fa06

Browse files
committed
refactor(test): update github repository URLs in test data
Changed repository URLs from `tdabasinskas/go` to `datolabs-io/go-backstage` across test files to reflect the new repository location
1 parent eb23331 commit 640fa06

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

kind_location_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestKindLocationGet(t *testing.T) {
4848
// TestKindLocationCreateByID tests functionality of creating a new location.
4949
func 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.
8989
func 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)

testdata/location_by_id.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

testdata/location_create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
}

testdata/location_create_dryrun.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
}

testdata/locations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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
}

0 commit comments

Comments
 (0)