Skip to content

Commit

Permalink
chore: Just to be sure no real urls in mock up data
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Jan 10, 2023
1 parent 0aa42c3 commit e642f0d
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions bitbucket/projects_repos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ const listProjectsRepositoriesResponse = `{
"key": "PD",
"id": 1084,
"name": "Netic Platform Development",
"description": "https://docs.netic.dk/display/PD",
"description": "https://wiki/display/PD",
"public": false,
"type": "NORMAL",
"links": {
"self": [
{
"href": "https://git.netic.dk/projects/PD"
"href": "https://git/projects/PD"
}
]
}
Expand All @@ -133,17 +133,17 @@ const listProjectsRepositoriesResponse = `{
"links": {
"clone": [
{
"href": "ssh://git@git.netic.dk:7999/pd/ansible-netic-kubernetes.git",
"href": "ssh://git@git:7999/pd/ansible-netic-kubernetes.git",
"name": "ssh"
},
{
"href": "https://git.netic.dk/scm/pd/ansible-netic-kubernetes.git",
"href": "https://git/scm/pd/ansible-netic-kubernetes.git",
"name": "http"
}
],
"self": [
{
"href": "https://git.netic.dk/projects/PD/repos/ansible-netic-kubernetes/browse"
"href": "https://git/projects/PD/repos/ansible-netic-kubernetes/browse"
}
]
}
Expand All @@ -162,13 +162,13 @@ const listProjectsRepositoriesResponse = `{
"key": "PD",
"id": 1084,
"name": "Netic Platform Development",
"description": "https://docs.netic.dk/display/PD",
"description": "https://wiki/display/PD",
"public": false,
"type": "NORMAL",
"links": {
"self": [
{
"href": "https://git.netic.dk/projects/PD"
"href": "https://git/projects/PD"
}
]
}
Expand All @@ -178,17 +178,17 @@ const listProjectsRepositoriesResponse = `{
"links": {
"clone": [
{
"href": "https://git.netic.dk/scm/pd/azure-rke.git",
"href": "https://git/scm/pd/azure-rke.git",
"name": "http"
},
{
"href": "ssh://git@git.netic.dk:7999/pd/azure-rke.git",
"href": "ssh://git@git:7999/pd/azure-rke.git",
"name": "ssh"
}
],
"self": [
{
"href": "https://git.netic.dk/projects/PD/repos/azure-rke/browse"
"href": "https://git/projects/PD/repos/azure-rke/browse"
}
]
}
Expand All @@ -207,13 +207,13 @@ const listProjectsRepositoriesResponse = `{
"key": "PD",
"id": 1084,
"name": "Netic Platform Development",
"description": "https://docs.netic.dk/display/PD",
"description": "https://wiki/display/PD",
"public": false,
"type": "NORMAL",
"links": {
"self": [
{
"href": "https://git.netic.dk/projects/PD"
"href": "https://git/projects/PD"
}
]
}
Expand All @@ -223,17 +223,17 @@ const listProjectsRepositoriesResponse = `{
"links": {
"clone": [
{
"href": "ssh://git@git.netic.dk:7999/pd/ingest-netic-vector-template.git",
"href": "ssh://git@git:7999/pd/ingest-netic-vector-template.git",
"name": "ssh"
},
{
"href": "https://git.netic.dk/scm/pd/ingest-netic-vector-template.git",
"href": "https://git/scm/pd/ingest-netic-vector-template.git",
"name": "http"
}
],
"self": [
{
"href": "https://git.netic.dk/projects/PD/repos/ingest-netic-vector-template/browse"
"href": "https://git/projects/PD/repos/ingest-netic-vector-template/browse"
}
]
}
Expand All @@ -257,13 +257,13 @@ const getProjectsRepositoryResponse = `{
"key": "PD",
"id": 1084,
"name": "Netic Platform Development",
"description": "https://docs.netic.dk/display/PD",
"description": "https://wiki/display/PD",
"public": false,
"type": "NORMAL",
"links": {
"self": [
{
"href": "https://git.netic.dk/projects/PD"
"href": "https://git/projects/PD"
}
]
}
Expand All @@ -273,17 +273,17 @@ const getProjectsRepositoryResponse = `{
"links": {
"clone": [
{
"href": "https://git.netic.dk/scm/pd/gotk-bootstrap-k8s.git",
"href": "https://git/scm/pd/gotk-bootstrap-k8s.git",
"name": "http"
},
{
"href": "ssh://git@git.netic.dk:7999/pd/gotk-bootstrap-k8s.git",
"href": "ssh://git@git:7999/pd/gotk-bootstrap-k8s.git",
"name": "ssh"
}
],
"self": [
{
"href": "https://git.netic.dk/projects/PD/repos/gotk-bootstrap-k8s/browse"
"href": "https://git/projects/PD/repos/gotk-bootstrap-k8s/browse"
}
]
}
Expand All @@ -302,13 +302,13 @@ const createProjectRepositoryResponse = `{
"key": "PD",
"id": 1084,
"name": "Netic Platform Development",
"description": "https://docs.netic.dk/display/PD",
"description": "https://wiki/display/PD",
"public": false,
"type": "NORMAL",
"links": {
"self": [
{
"href": "https://git.netic.dk/projects/PD"
"href": "https://git/projects/PD"
}
]
}
Expand All @@ -328,7 +328,7 @@ const createProjectRepositoryResponse = `{
],
"self": [
{
"href": "https://git.netic.dk/projects/PD/repos/go-bitbucket-demo/browse"
"href": "https://git/projects/PD/repos/go-bitbucket-demo/browse"
}
]
}
Expand Down

0 comments on commit e642f0d

Please sign in to comment.