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