summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/dcat_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dcat_test.go b/integrationtests/dcat_test.go
index 71b5ef5..d9ffc72 100644
--- a/integrationtests/dcat_test.go
+++ b/integrationtests/dcat_test.go
@@ -23,7 +23,7 @@ func TestDCat1(t *testing.T) {
// Test in serverless mode
t.Run("Serverless", func(t *testing.T) {
- inFiles := []string{"dcat1a.txt", "dcat1b.txt", "dcat1c.txt", "dcat1d.txt"}
+ inFiles := []string{"dcat1a.txt", "dcat1b.txt", "dcat1c.txt"}
for _, inFile := range inFiles {
if err := testDCat1Serverless(t, testLogger, inFile); err != nil {
t.Error(err)
@@ -34,7 +34,7 @@ func TestDCat1(t *testing.T) {
// Test in server mode
t.Run("ServerMode", func(t *testing.T) {
- inFiles := []string{"dcat1a.txt", "dcat1b.txt", "dcat1c.txt", "dcat1d.txt"}
+ inFiles := []string{"dcat1a.txt", "dcat1b.txt", "dcat1c.txt"}
for _, inFile := range inFiles {
if err := testDCat1WithServer(t, testLogger, inFile); err != nil {
t.Error(err)