mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
api: add service registration HTTP API wrapper.
This commit is contained in:
@@ -396,3 +396,7 @@ func TestAllocations_ShouldMigrate(t *testing.T) {
|
||||
require.False(t, DesiredTransition{}.ShouldMigrate())
|
||||
require.False(t, DesiredTransition{Migrate: boolToPtr(false)}.ShouldMigrate())
|
||||
}
|
||||
|
||||
func TestAllocations_Services(t *testing.T) {
|
||||
// TODO(jrasell) add tests once registration process is in place.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user