fix test that diverged between 2 merges
This commit is contained in:
parent
b5384100a6
commit
830a00b6b8
|
@ -182,7 +182,7 @@ func TestStart(t *testing.T) {
|
||||||
// TestKeepAlives verifies that the keepalive messages don't interfere with
|
// TestKeepAlives verifies that the keepalive messages don't interfere with
|
||||||
// normal operation of the client.
|
// normal operation of the client.
|
||||||
func TestKeepAlives(t *testing.T) {
|
func TestKeepAlives(t *testing.T) {
|
||||||
address := newMockLineServer(t, nil)
|
address := newMockLineServer(t, nil, testClientPublicKey)
|
||||||
parts := strings.Split(address, ":")
|
parts := strings.Split(address, ":")
|
||||||
|
|
||||||
r := &terraform.InstanceState{
|
r := &terraform.InstanceState{
|
||||||
|
|
Loading…
Reference in New Issue