Skip to content
Snippets Groups Projects
Commit 6ec07895 authored by Filip Kollár's avatar Filip Kollár
Browse files

fixed test

parent bc563674
No related branches found
No related tags found
1 merge request!33added seeding
......@@ -14,7 +14,7 @@ import org.springframework.test.context.TestPropertySource;
import static org.junit.jupiter.api.Assertions.assertTrue;
@SpringBootTest
@TestPropertySource(properties = {"currency.auto-update.urls.nbs:https://nbs.sk/export/sk/exchange-rate/latest/csv"})
@TestPropertySource(properties = {"currency.auto-update.services.nbs.url:https://nbs.sk/export/sk/exchange-rate/latest/csv"})
public class NbsCurrencyUpdateServiceTest extends PostgresqlTest {
@Autowired
......
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