diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-03-01 19:35:58 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-03-09 14:17:59 +0100 |
| commit | fa8bfece4e72c32f8350aaa947c81b2494f6bb77 (patch) | |
| tree | 4127ed61aa85dda237bc6eb9fb121aa61736d39e /tests/Jellyfin.Server.Integration.Tests/TestPage.html | |
| parent | 94db751f4b4c8d0a1847708d492a90efdaac5048 (diff) | |
Split integration tests from unit tests
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/TestPage.html')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/TestPage.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/TestPage.html b/tests/Jellyfin.Server.Integration.Tests/TestPage.html new file mode 100644 index 0000000000..8037af8a60 --- /dev/null +++ b/tests/Jellyfin.Server.Integration.Tests/TestPage.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title>TestPlugin</title> +</head> +<body> + <h1>This is a Test Page.</h1> +</body> +</html> |
