Skip to content

Commit f2e1435

Browse files
scastillo-jpJobzi
authored andcommitted
fix: TT-404 resolve sonar cloud Using http protocol is insecure. Use https instead
1 parent fa38bbc commit f2e1435

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

V2/tests/api/api_fixtures.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def create_temp_time_entries(tmpdir_factory):
5252
"owner_id": 2,
5353
"description": "No se que poner jajaj ",
5454
"activity_id": 2,
55-
"uri": "http://hola.que.hace.com",
55+
"uri": "https://hola.que.hace.com",
5656
"technologies": ["git", "jira", "python"],
5757
"end_date": "12/07/2021",
5858
"deleted": "asdasdsaadssa",
@@ -64,7 +64,7 @@ def create_temp_time_entries(tmpdir_factory):
6464
"owner_id": 2,
6565
"description": "No se que poner jajaj ",
6666
"activity_id": 2,
67-
"uri": "http://hola.que.hace.com",
67+
"uri": "https://hola.que.hace.com",
6868
"technologies": ["git", "jira", "python"],
6969
"end_date": "12/07/2021",
7070
"deleted": "asdasdsaadssa",
@@ -76,7 +76,7 @@ def create_temp_time_entries(tmpdir_factory):
7676
"owner_id": 2,
7777
"description": "No se que poner jajaj ",
7878
"activity_id": 2,
79-
"uri": "http://hola.que.hace.com",
79+
"uri": "https://hola.que.hace.com",
8080
"technologies": ["git", "jira", "python"],
8181
"end_date": "12/07/2021",
8282
"deleted": "asdasdsaadssa",

V2/time_tracker/time_entries/_infrastructure/_data_persistence/time_entries_data.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tenant_id": "asdasdsa",
66
"description": "No se que poner jajaj ",
77
"activity_id": 2,
8-
"uri": "http://hola.que.hace.com",
8+
"uri": "https://hola.que.hace.com",
99
"technologies": ["git", "jira", "python"],
1010
"end_date": "12/07/2021",
1111
"deleted": "asdasdsaadssa",
@@ -18,7 +18,7 @@
1818
"tenant_id": "asdasdsa",
1919
"description": "No se que poner jajaj ",
2020
"activity_id": 2,
21-
"uri": "http://hola.que.hace.com",
21+
"uri": "https://hola.que.hace.com",
2222
"technologies": ["git", "jira", "python"],
2323
"end_date": "12/07/2021",
2424
"deleted": "asdasdsaadssa",
@@ -31,7 +31,7 @@
3131
"tenant_id": "asdasdsa",
3232
"description": "No se que poner jajaj ",
3333
"activity_id": 2,
34-
"uri": "http://hola.que.hace.com",
34+
"uri": "https://hola.que.hace.com",
3535
"technologies": ["git", "jira", "python"],
3636
"end_date": "12/07/2021",
3737
"deleted": "asdasdsaadssa",
@@ -44,7 +44,7 @@
4444
"tenant_id": "asdasdsa",
4545
"description": "No se que poner jajaj ",
4646
"activity_id": 2,
47-
"uri": "http://hola.que.hace.com",
47+
"uri": "https://hola.que.hace.com",
4848
"technologies": ["git", "jira", "python"],
4949
"end_date": "12/07/2021",
5050
"deleted": "asdasdsaadssa",
@@ -57,7 +57,7 @@
5757
"tenant_id": "asdasdsa",
5858
"description": "No se que poner jajaj ",
5959
"activity_id": 2,
60-
"uri": "http://hola.que.hace.com",
60+
"uri": "https://hola.que.hace.com",
6161
"technologies": ["git", "jira", "python"],
6262
"end_date": "12/07/2021",
6363
"deleted": "asdasdsaadssa",
@@ -70,7 +70,7 @@
7070
"tenant_id": "asdasdsa",
7171
"description": "No se que poner jajaj ",
7272
"activity_id": 2,
73-
"uri": "http://hola.que.hace.com",
73+
"uri": "https://hola.que.hace.com",
7474
"technologies": ["git", "jira", "python"],
7575
"end_date": "12/07/2021",
7676
"deleted": "asdasdsaadssa",
@@ -83,7 +83,7 @@
8383
"tenant_id": "asdasdsa",
8484
"description": "No se que poner jajaj ",
8585
"activity_id": 2,
86-
"uri": "http://hola.que.hace.com",
86+
"uri": "https://hola.que.hace.com",
8787
"technologies": ["git", "jira", "python"],
8888
"end_date": "12/07/2021",
8989
"deleted": "asdasdsaadssa",

0 commit comments

Comments
 (0)