Skip to content

Commit ff13ec8

Browse files
committed
C#: Update integrationtest expected output.
1 parent 56120ef commit ff13ec8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error_timeout/CompilationInfo.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| Successfully ran fallback nuget restore | 1 |
1919
| Successfully restored project files | 0 |
2020
| Successfully restored solution files | 1 |
21-
| Unreachable NuGet feeds | https://localhost:53/packages/, https://localhost:80/packages/ |
21+
| Unreachable NuGet feeds | https://localhost/packages/, https://localhost/packages/ |
2222
| Unresolved references | 0 |
2323
| UseWPF set | 0 |
2424
| UseWindowsForms set | 0 |

csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error_timeout/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
}
2929
{
30-
"markdownMessage": "Found unreachable NuGet feeds in C# analysis with build-mode 'none':\n\n- `https://localhost:53/packages/`\n- `https://localhost:80/packages/`\n\nThis may cause missing dependencies in the analysis.",
30+
"markdownMessage": "Found unreachable NuGet feeds in C# analysis with build-mode 'none':\n\n- `https://localhost/packages/`\n- `https://localhost/packages/`\n\nThis may cause missing dependencies in the analysis.",
3131
"severity": "note",
3232
"source": {
3333
"extractorName": "csharp",

0 commit comments

Comments
 (0)