@@ -95,7 +95,6 @@ def test_upload_bundle_analysis_success(db, client, mocker, mock_redis):
9595 "version" : "0.4.7" ,
9696 "action" : "bundle_analysis" ,
9797 "endpoint" : "bundle_analysis" ,
98- "repo_visibility" : "private" ,
9998 "is_using_shelter" : "no" ,
10099 "position" : "end" ,
101100 },
@@ -185,7 +184,6 @@ def test_upload_bundle_analysis_success_shelter(db, client, mocker, mock_redis):
185184 "version" : "0.4.7" ,
186185 "action" : "bundle_analysis" ,
187186 "endpoint" : "bundle_analysis" ,
188- "repo_visibility" : "private" ,
189187 "is_using_shelter" : "no" ,
190188 "position" : "end" ,
191189 },
@@ -224,7 +222,6 @@ def test_upload_bundle_analysis_org_token(db, client, mocker, mock_redis):
224222 "version" : "unknown-user-agent" ,
225223 "action" : "bundle_analysis" ,
226224 "endpoint" : "bundle_analysis" ,
227- "repo_visibility" : "private" ,
228225 "is_using_shelter" : "no" ,
229226 "position" : "end" ,
230227 },
@@ -271,7 +268,6 @@ def test_upload_bundle_analysis_existing_commit(db, client, mocker, mock_redis):
271268 "version" : "unknown-user-agent" ,
272269 "action" : "bundle_analysis" ,
273270 "endpoint" : "bundle_analysis" ,
274- "repo_visibility" : "private" ,
275271 "is_using_shelter" : "no" ,
276272 "position" : "end" ,
277273 },
@@ -392,7 +388,6 @@ def test_upload_bundle_analysis_github_oidc_auth(
392388 "version" : "unknown-user-agent" ,
393389 "action" : "bundle_analysis" ,
394390 "endpoint" : "bundle_analysis" ,
395- "repo_visibility" : "private" ,
396391 "is_using_shelter" : "no" ,
397392 "position" : "end" ,
398393 },
@@ -453,7 +448,6 @@ def test_upload_bundle_analysis_measurement_datasets_created(
453448 "version" : "0.4.7" ,
454449 "action" : "bundle_analysis" ,
455450 "endpoint" : "bundle_analysis" ,
456- "repo_visibility" : "private" ,
457451 "is_using_shelter" : "no" ,
458452 "position" : "end" ,
459453 },
@@ -515,7 +509,6 @@ def test_upload_bundle_analysis_measurement_timeseries_disabled(
515509 "version" : "0.4.7" ,
516510 "action" : "bundle_analysis" ,
517511 "endpoint" : "bundle_analysis" ,
518- "repo_visibility" : "private" ,
519512 "is_using_shelter" : "no" ,
520513 "position" : "end" ,
521514 },
@@ -612,7 +605,6 @@ def test_upload_bundle_analysis_tokenless_success(db, client, mocker, mock_redis
612605 "version" : "0.4.7" ,
613606 "action" : "bundle_analysis" ,
614607 "endpoint" : "bundle_analysis" ,
615- "repo_visibility" : "public" ,
616608 "is_using_shelter" : "no" ,
617609 "position" : "end" ,
618610 },
0 commit comments