Przeglądaj źródła

fix(tests): remove unused file

Nils Wisiol 4 lat temu
rodzic
commit
79a4d35c07
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      test/e2e/run_tests

+ 0 - 4
test/e2e/run_tests

@@ -1,4 +0,0 @@
-#!/bin/bash
-for collection in collections/*.json; do
-	newman run $collection --insecure --global-var desecstack_domain=$DESECSTACK_DOMAIN
-done