rove/cmd/rove-server/integration_test.go

10 lines
136 B
Go

// +build integration
package main
import "testing"
var serverUrl = "http://localhost:8080"
func TestServerStatus(t *testing.T) {
}