Skip to content

Commit a9e91ca

Browse files
committed
fix ui tests
1 parent 52f60a5 commit a9e91ca

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

springdoc-openapi-ui/src/test/resources/results/app1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,11 +50,11 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

56-
window.ui = ui
57-
}
56+
window.ui = ui;
57+
};
5858
</script>
5959
</body>
6060
</html>

springdoc-openapi-ui/src/test/resources/results/app10

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,11 +50,11 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

56-
window.ui = ui
57-
}
56+
window.ui = ui;
57+
};
5858
</script>
5959
</body>
6060
</html>

springdoc-openapi-ui/src/test/resources/results/app12

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -51,11 +51,11 @@ presets: [
5151
SwaggerUIBundle.plugins.DownloadUrl
5252
],
5353
layout: "StandaloneLayout"
54-
})
54+
});
5555
// End Swagger UI call region
5656

57-
window.ui = ui
58-
}
57+
window.ui = ui;
58+
};
5959
</script>
6060
</body>
6161
</html>

springdoc-openapi-ui/src/test/resources/results/app7

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,13 +50,13 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

5656
window.ui = ui
5757
ui.initOAuth(
58-
{"additionalQueryStringParams":{"test1":"test1","test2":"test2"},"clientId":"myClientId","scopes":"scope1 scope2"})
59-
}
58+
{"additionalQueryStringParams":{"test1":"test1","test2":"test2"},"clientId":"myClientId","scopes":"scope1 scope2"});
59+
};
6060
</script>
6161
</body>
6262
</html>

springdoc-openapi-ui/src/test/resources/results/app9

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,13 +50,13 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

5656
window.ui = ui
5757
ui.initOAuth(
58-
{"additionalQueryStringParams":{"test1":"test1","test2":"test2"},"clientId":"myClientId"})
59-
}
58+
{"additionalQueryStringParams":{"test1":"test1","test2":"test2"},"clientId":"myClientId"});
59+
};
6060
</script>
6161
</body>
6262
</html>

springdoc-openapi-webflux-ui/src/test/resources/results/index5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,13 +50,13 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

5656
window.ui = ui
5757
ui.initOAuth(
58-
{"clientId":"myClientId","scopes":"scope1 scope2"})
59-
}
58+
{"clientId":"myClientId","scopes":"scope1 scope2"});
59+
};
6060
</script>
6161
</body>
6262
</html>

springdoc-openapi-webflux-ui/src/test/resources/results/index6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,13 +50,13 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

5656
window.ui = ui
5757
ui.initOAuth(
58-
{"clientId":"myClientId"})
59-
}
58+
{"clientId":"myClientId"});
59+
};
6060
</script>
6161
</body>
6262
</html>

springdoc-openapi-webflux-ui/src/test/resources/results/index7

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
7+
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
88
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
99
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
1010
<style>
@@ -50,11 +50,11 @@
5050
SwaggerUIBundle.plugins.DownloadUrl
5151
],
5252
layout: "StandaloneLayout"
53-
})
53+
});
5454
// End Swagger UI call region
5555

56-
window.ui = ui
57-
}
56+
window.ui = ui;
57+
};
5858
</script>
5959
</body>
6060
</html>

0 commit comments

Comments
 (0)