Skip to content
Snippets Groups Projects
Unverified Commit ed800e36 authored by Peter Stanko's avatar Peter Stanko
Browse files

Fix in the tests -> filters should be whitelist

parent 6583e3a5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -35,7 +35,7 @@ def uploaded_entity(workspace): ...@@ -35,7 +35,7 @@ def uploaded_entity(workspace):
return UploadedEntity( return UploadedEntity(
entity=submission, entity=submission,
workspace=work, workspace=work,
filters="**/*.c\ndata" whitelist="**/*.c\ndata"
) )
......
...@@ -7,7 +7,7 @@ from storage import Storage, Submission, UploadedEntity ...@@ -7,7 +7,7 @@ from storage import Storage, Submission, UploadedEntity
def git_config(): def git_config():
return dict( return dict(
type='git', type='git',
url='https//gitlab.fi.muni.cz/grp-kontr2/testing/test-repo.git', url='https://gitlab.fi.muni.cz/grp-kontr2/testing/test-repo.git',
branch='master' branch='master'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment