update state test strings in command package
This commit is contained in:
parent
d613959cda
commit
3c807e5427
|
@ -663,11 +663,11 @@ func TestImport_pluginDir(t *testing.T) {
|
|||
const testImportStr = `
|
||||
test_instance.foo:
|
||||
ID = yay
|
||||
provider = test
|
||||
provider = provider.test
|
||||
`
|
||||
|
||||
const testImportCustomProviderStr = `
|
||||
test_instance.foo:
|
||||
ID = yay
|
||||
provider = test.alias
|
||||
provider = provider.test.alias
|
||||
`
|
||||
|
|
|
@ -802,8 +802,10 @@ foo = "bar"
|
|||
const testRefreshStr = `
|
||||
test_instance.foo:
|
||||
ID = yes
|
||||
provider = provider.test
|
||||
`
|
||||
const testRefreshCwdStr = `
|
||||
test_instance.foo:
|
||||
ID = yes
|
||||
provider = provider.test
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue