Skip to content

Commit

Permalink
Fixed wrong file name in test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
kilo52 committed Jan 10, 2025
1 parent 46b7545 commit f27c03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_func_js_server-nodejs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (C) 2023 Raven Computing
# Copyright (C) 2025 Raven Computing
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@ function test_functionality_result() {
files+=("package.json");
files+=("app.js");
files+=("public/index.html");
files+=("run.sh");
files+=("test.sh");
files+=(".docker/controls.sh");
files+=(".docker/Dockerfile-run");
files+=(".docker/entrypoint.sh");
Expand Down

0 comments on commit f27c03e

Please sign in to comment.