Add empty integration tests file

This commit is contained in:
Marc Di Luzio 2020-05-29 22:56:21 +01:00
parent 4a293eb912
commit b76fd1003c

View file

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