diff options
Diffstat (limited to 'tests/http_funcs.rs')
| -rw-r--r-- | tests/http_funcs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/http_funcs.rs b/tests/http_funcs.rs index 886da10..5a28a98 100644 --- a/tests/http_funcs.rs +++ b/tests/http_funcs.rs @@ -167,6 +167,7 @@ mod http_package_tests { descr: Some("Test".to_string()), license: Some("MIT".to_string()), url: "http://example.com/repo/test-pkg.mesk".to_string(), + git_repo: None, }; packages_map.insert("test-pkg".to_string(), pkg); http_pkg.index_packages = Some(packages_map); |
