mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-14 17:45:36 +00:00
feat!: redefine hostname as a required property that maps to --host (#256)
This commit is contained in:
@@ -90,7 +90,8 @@ func TestBackup(t *testing.T) {
|
||||
|
||||
sut := createSystemUnderTest(t, &config.MemoryStore{
|
||||
Config: &v1.Config{
|
||||
Modno: 1234,
|
||||
Modno: 1234,
|
||||
Instance: "test",
|
||||
Repos: []*v1.Repo{
|
||||
{
|
||||
Id: "local",
|
||||
@@ -177,7 +178,8 @@ func TestMultipleBackup(t *testing.T) {
|
||||
|
||||
sut := createSystemUnderTest(t, &config.MemoryStore{
|
||||
Config: &v1.Config{
|
||||
Modno: 1234,
|
||||
Modno: 1234,
|
||||
Instance: "test",
|
||||
Repos: []*v1.Repo{
|
||||
{
|
||||
Id: "local",
|
||||
@@ -245,7 +247,8 @@ func TestHookExecution(t *testing.T) {
|
||||
|
||||
sut := createSystemUnderTest(t, &config.MemoryStore{
|
||||
Config: &v1.Config{
|
||||
Modno: 1234,
|
||||
Modno: 1234,
|
||||
Instance: "test",
|
||||
Repos: []*v1.Repo{
|
||||
{
|
||||
Id: "local",
|
||||
@@ -415,7 +418,8 @@ func TestRestore(t *testing.T) {
|
||||
|
||||
sut := createSystemUnderTest(t, &config.MemoryStore{
|
||||
Config: &v1.Config{
|
||||
Modno: 1234,
|
||||
Modno: 1234,
|
||||
Instance: "test",
|
||||
Repos: []*v1.Repo{
|
||||
{
|
||||
Id: "local",
|
||||
|
||||
Reference in New Issue
Block a user