This commit is contained in:
mr
2024-11-07 12:39:28 +01:00
parent 2d249f38ff
commit e6ca520a88
4 changed files with 23 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ import (
func TestStoreOneData(t *testing.T) {
d := DataResource{
WebResource: resource_model.WebResource{
Type: "jpeg", Protocol: "http", Path: "azerty.fr",
Protocol: "http", Path: "azerty.fr",
},
Example: "123456",
AbstractResource: resource_model.AbstractResource{
@@ -34,7 +34,7 @@ func TestStoreOneData(t *testing.T) {
func TestLoadOneDate(t *testing.T) {
d := DataResource{
WebResource: resource_model.WebResource{
Type: "jpeg", Protocol: "http", Path: "azerty.fr",
Protocol: "http", Path: "azerty.fr",
},
Example: "123456",
AbstractResource: resource_model.AbstractResource{