rove/cmd/rove-server/integration_test.go

11 lines
136 B
Go
Raw Normal View History

2020-05-29 22:56:21 +01:00
// +build integration
package main
import "testing"
var serverUrl = "http://localhost:8080"
func TestServerStatus(t *testing.T) {
}