diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-01 14:47:09 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-03-01 14:47:09 +0100 |
commit | 900dcf6594d51f603b1a863020363987ed7ab003 (patch) | |
tree | 6659ce4dc2daac1e949c2830c1302bbef2e4c49c /build/integration/config/behat.yml | |
parent | a83af96dd3eccb5aa5ee11b9b699f997a144a96e (diff) | |
parent | 57babe032b1c3abcf4e4208bb19488151a934470 (diff) | |
download | nextcloud-server-900dcf6594d51f603b1a863020363987ed7ab003.tar.gz nextcloud-server-900dcf6594d51f603b1a863020363987ed7ab003.zip |
Merge pull request #22699 from owncloud/checksum_int_test
Checksum intergration tests and fixes
Diffstat (limited to 'build/integration/config/behat.yml')
-rw-r--r-- | build/integration/config/behat.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index d0c4586d285..4b5b5b16ef8 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -20,6 +20,8 @@ default: baseUrl: http://localhost:8080 - CalDavContext: baseUrl: http://localhost:8080 + - ChecksumsContext: + baseUrl: http://localhost:8080 federation: paths: - %paths.base%/../federation_features |