Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Feb 9, 2018
1 parent 5487264 commit 611e892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/resource_sql_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func TestAccGoogleSqlUser_firstGen(t *testing.T) {
),
},
resource.TestStep{
ResourceName: "google_sql_user.user1",
ImportStateId: instance + "/google.com/john",
ResourceName: "google_sql_user.user2",
ImportStateId: instance + "/gmail.com/john",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"password"},
Expand Down

0 comments on commit 611e892

Please sign in to comment.