Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
razbensimon committed Jun 2, 2021
1 parent 414a3cd commit a3bca40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env0/data_sshkey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func testUnitSshKeyDataSource(t *testing.T, byKey string) {
}

runUnitTest(t, testCase, func(mock *client.MockApiClientInterface) {
// TODO: AnyTimes because we find that READ runs for 5 times. need investigation.
mock.EXPECT().SshKeys().AnyTimes().Return([]client.SshKey{sshKey}, nil)
})
}

0 comments on commit a3bca40

Please sign in to comment.