aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java')
-rw-r--r--datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java b/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java
index e4b528a9..99bf1cd4 100644
--- a/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java
+++ b/datafile-app-server/src/test/java/org/onap/dcaegen2/collectors/datafile/model/FileDataTest.java
@@ -1,6 +1,7 @@
/*-
* ============LICENSE_START=======================================================
* Copyright (C) 2018-2019 Nordix Foundation. All rights reserved.
+ * Copyright (C) 2020 Nokia. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -62,7 +63,7 @@ public class FileDataTest {
.compression("comp") //
.fileFormatType("type") //
.fileFormatVersion("version") //
- .scheme(Scheme.FTPS) //
+ .scheme(Scheme.FTPES) //
.messageMetaData(messageMetaData()) //
.build();
}
@@ -74,7 +75,7 @@ public class FileDataTest {
.compression("comp") //
.fileFormatType("type") //
.fileFormatVersion("version") //
- .scheme(Scheme.FTPS) //
+ .scheme(Scheme.FTPES) //
.messageMetaData(messageMetaData()) //
.build();
}
@@ -86,7 +87,7 @@ public class FileDataTest {
.compression("comp") //
.fileFormatType("type") //
.fileFormatVersion("version") //
- .scheme(Scheme.FTPS) //
+ .scheme(Scheme.FTPES) //
.messageMetaData(messageMetaData()) //
.build();
}