You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	test: fix test
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
		| @@ -21,5 +21,5 @@ func TestGenerateSchema(t *testing.T) { | ||||
|  | ||||
| 	schema := map[string]interface{}{} | ||||
| 	require.NoError(t, json.NewDecoder(outFile).Decode(&schema)) | ||||
| 	require.Equal(t, "http://json-schema.org/draft/2020-12/schema", schema["$schema"].(string)) | ||||
| 	require.Equal(t, "https://json-schema.org/draft/2020-12/schema", schema["$schema"].(string)) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user