From 3c807e5427d9b3e983dae2c3b1f47a7985f83246 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 7 Nov 2017 21:18:01 -0500 Subject: [PATCH] update state test strings in command package --- command/import_test.go | 4 ++-- command/refresh_test.go | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/command/import_test.go b/command/import_test.go index 9f0f2d992..a75997fab 100644 --- a/command/import_test.go +++ b/command/import_test.go @@ -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 ` diff --git a/command/refresh_test.go b/command/refresh_test.go index 6106e53c5..bb04f39f5 100644 --- a/command/refresh_test.go +++ b/command/refresh_test.go @@ -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 `