Roman Zipp
3 years ago
committed by
Fabian Vowie
No known key found for this signature in database
GPG Key ID: C27317C33B27C410
1 changed files with
0 additions and
1 deletions
-
main_test.go
|
@ -139,6 +139,5 @@ func TestUploadRoute(t *testing.T) { |
|
|
assert.Equal(t, 0x1A6, responseRecorder.Code) |
|
|
assert.Equal(t, 0x1A6, responseRecorder.Code) |
|
|
str, _ := base64.StdEncoding.DecodeString("eyJlcnJvciI6Im5vIG11bHRpcGFydCBib3VuZGFyeSBwYXJhbSBpbiBDb250ZW50LVR5cGUifQ==") |
|
|
str, _ := base64.StdEncoding.DecodeString("eyJlcnJvciI6Im5vIG11bHRpcGFydCBib3VuZGFyeSBwYXJhbSBpbiBDb250ZW50LVR5cGUifQ==") |
|
|
assert.JSONEq(t, string(str), responseRecorder.Body.String()) |
|
|
assert.JSONEq(t, string(str), responseRecorder.Body.String()) |
|
|
fmt.Println(responseRecorder.Body.String()) |
|
|
|
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |