Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Nov 19, 2017
1 parent bab7ce9 commit 418f5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/standalone-compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<body>
<redoc spec-url="../demo/swagger.yaml"></redoc>
<script src="../lib/redoc.standalone.js"></script>
<script src="../bundles/redoc.standalone.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion e2e/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<body>
<redoc spec-url="../demo/openapi.yaml"></redoc>
<script src="../lib/redoc.standalone.js"></script>
<script src="../bundles/redoc.standalone.js"></script>
</body>

</html>

0 comments on commit 418f5cd

Please sign in to comment.