Skip to content

Commit 4d5ec21

Browse files
committed
fix errors in test files
1 parent 1a259c9 commit 4d5ec21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/sample-jhub-nfs/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module "sample-jhub" {
8181
check "jhub_running" {
8282
# Use a data block to check the website
8383
data "http" "jhub_check" {
84-
url = output.sample_website.jhub_url
84+
url = output.jhub_url
8585
method = "GET"
8686
}
8787

tests/sample-jhub/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module "sample-jhub" {
8181

8282
check "jhub_running" {
8383
data "http" "jhub_check" {
84-
url = output.sample_website.jhub_url
84+
url = output.jhub_url
8585
method = "GET"
8686
}
8787

0 commit comments

Comments
 (0)