mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-17 12:12:59 -06:00
config/module: tests to verify that params are preserved on files
This commit is contained in:
parent
ac19a488d2
commit
feb9a36597
@ -10,8 +10,10 @@ func TestFileDetector(t *testing.T) {
|
||||
Output string
|
||||
}{
|
||||
{"./foo", "file:///pwd/foo"},
|
||||
{"./foo?foo=bar", "file:///pwd/foo?foo=bar"},
|
||||
{"foo", "file:///pwd/foo"},
|
||||
{"/foo", "file:///foo"},
|
||||
{"/foo?bar=baz", "file:///foo?bar=baz"},
|
||||
}
|
||||
|
||||
pwd := "/pwd"
|
||||
|
Loading…
Reference in New Issue
Block a user