9 lines
97 B
Go
9 lines
97 B
Go
package executor
|
|
|
|
import "testing"
|
|
|
|
func TestCallAgent(t *testing.T) {
|
|
|
|
FindPublicIpAddress()
|
|
}
|