mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-07-02 08:27:41 +08:00
fix(integration): non-working scenarios because of a remote service down
This commit is contained in:
@@ -338,7 +338,7 @@ Feature: /forms/chromium/convert/html
|
||||
Then the response body should match string:
|
||||
"""
|
||||
Invalid HTTP status code from resources:
|
||||
https://httpstat.us/400 - 400: Bad Request
|
||||
https://gethttpstatus.com/400 - 400: Bad Request
|
||||
"""
|
||||
|
||||
Scenario: POST /forms/chromium/convert/html (Fail On Resource Loading Failed)
|
||||
|
||||
@@ -403,7 +403,7 @@ Feature: /forms/chromium/convert/markdown
|
||||
Then the response body should match string:
|
||||
"""
|
||||
Invalid HTTP status code from resources:
|
||||
https://httpstat.us/400 - 400: Bad Request
|
||||
https://gethttpstatus.com/400 - 400: Bad Request
|
||||
"""
|
||||
|
||||
Scenario: POST /forms/chromium/convert/markdown (Fail On Resource Loading Failed)
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
href="http://localhost:100/style.css"
|
||||
/>
|
||||
<!-- 400 Bad Request -->
|
||||
<link rel="stylesheet" type="text/css" href="https://httpstat.us/400" />
|
||||
<link rel="stylesheet" type="text/css" href="https://gethttpstatus.com/400" />
|
||||
<title>Feature Rich HTML</title>
|
||||
<style>
|
||||
@media print {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
href="http://localhost:100/style.css"
|
||||
/>
|
||||
<!-- 400 Bad Request -->
|
||||
<link rel="stylesheet" type="text/css" href="https://httpstat.us/400" />
|
||||
<link rel="stylesheet" type="text/css" href="https://gethttpstatus.com/400" />
|
||||
<title>Feature Rich HTML</title>
|
||||
<style>
|
||||
@media print {
|
||||
|
||||
Reference in New Issue
Block a user