Skip to content

Commit 5b8ea4a

Browse files
authored
test: DIA-2103: update project path for test (#7284)
1 parent 61b81af commit 5b8ea4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

label_studio/feature_flags.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
},
976976
"fflag_all_feat_dia_1777_ls_homepage_short": {
977977
"key": "fflag_all_feat_dia_1777_ls_homepage_short",
978-
"on": false,
978+
"on": true,
979979
"prerequisites": [],
980980
"targets": [],
981981
"contextTargets": [],
@@ -997,7 +997,7 @@
997997
"trackEvents": false,
998998
"trackEventsFallthrough": false,
999999
"debugEventsUntilDate": null,
1000-
"version": 4,
1000+
"version": 5,
10011001
"deleted": false
10021002
},
10031003
"fflag_feat_all_dia_13_structured_data_support_short": {

label_studio/tests/users.tavern.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ stages:
7777
response:
7878
status_code: 302
7979
headers:
80-
location: "/projects/" # redirect to projects page rather than malicious.com
80+
location: "/" # redirect to home page rather than malicious.com
8181

8282
- name: malicious_login
8383
request:
@@ -89,4 +89,4 @@ stages:
8989
response:
9090
status_code: 302
9191
headers:
92-
location: "/projects/" # redirect to projects page rather than malicious.com
92+
location: "/" # redirect to home page rather than malicious.com

0 commit comments

Comments
 (0)