From efad76f970097f6f50ed7596790acaef8a629189 Mon Sep 17 00:00:00 2001 From: PhilippHofer Date: Fri, 21 Jul 2023 08:56:05 +0000 Subject: [PATCH 1/3] fix tests --- Rocket.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Rocket.toml diff --git a/Rocket.toml b/Rocket.toml new file mode 100644 index 0000000..f52a93b --- /dev/null +++ b/Rocket.toml @@ -0,0 +1,3 @@ +[default] +secret_key = "secret-key-for-ci" +rss_key = "rss-key-for-ci" From 757e6d630044e4789cbffc4f8b6b9da9b3c823e1 Mon Sep 17 00:00:00 2001 From: PhilippHofer Date: Fri, 21 Jul 2023 09:01:32 +0000 Subject: [PATCH 2/3] add key from https://api.rocket.rs/master/rocket/config/struct.SecretKey.html for the sake of being able to do integration tests --- Rocket.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocket.toml b/Rocket.toml index f52a93b..5938561 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,3 +1,3 @@ [default] -secret_key = "secret-key-for-ci" +secret_key = "hPrYyЭRiMyµ5sBB1π+CMæ1køFsåqKvBiQJxBVHQk=" rss_key = "rss-key-for-ci" From 6ee049d6b1e57bec1c070eca68649d3f96f60faa Mon Sep 17 00:00:00 2001 From: PhilippHofer Date: Fri, 21 Jul 2023 09:07:25 +0000 Subject: [PATCH 3/3] add unique key for ci testing --- Rocket.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocket.toml b/Rocket.toml index 5938561..f774acf 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,3 +1,3 @@ [default] -secret_key = "hPrYyЭRiMyµ5sBB1π+CMæ1køFsåqKvBiQJxBVHQk=" +secret_key = "/NtVGizglEoyoxBLzsRDWTy4oAG1qDw4J4O+CWJSv+fypD7W9sam8hUY4j90EZsbZk8wEradS5zBoWtWKi3k8w==" rss_key = "rss-key-for-ci"