Add empty integration tests file
This commit is contained in:
parent
4a293eb912
commit
b76fd1003c
1 changed files with 10 additions and 0 deletions
10
cmd/rove-server/integration_test.go
Normal file
10
cmd/rove-server/integration_test.go
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
// +build integration
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
var serverUrl = "http://localhost:8080"
|
||||||
|
|
||||||
|
func TestServerStatus(t *testing.T) {
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue